diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 21:52:52 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 21:52:52 +0300 |
commit | a5431a6dd0dc1d803bd7cfa2bbcb017d85d0999e (patch) | |
tree | 873249c7bf427fec21dba377a7f84caaec853e87 /plugins/metrics/tests/.rr-test.yaml | |
parent | dd0238723a153646631ba0a8c2577d74fce61214 (diff) |
Use ERROR log level everywhere. Remove unused code from Reload plugin
Diffstat (limited to 'plugins/metrics/tests/.rr-test.yaml')
-rw-r--r-- | plugins/metrics/tests/.rr-test.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/metrics/tests/.rr-test.yaml b/plugins/metrics/tests/.rr-test.yaml index 79343e3c..37c50395 100644 --- a/plugins/metrics/tests/.rr-test.yaml +++ b/plugins/metrics/tests/.rr-test.yaml @@ -10,4 +10,7 @@ metrics: type: histogram help: "Custom application metric" labels: [ "type" ] - buckets: [ 0.1, 0.2, 0.3, 1.0 ]
\ No newline at end of file + buckets: [ 0.1, 0.2, 0.3, 1.0 ] +logs: + mode: development + level: error
\ No newline at end of file |