From a5431a6dd0dc1d803bd7cfa2bbcb017d85d0999e Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 16 Dec 2020 21:52:52 +0300 Subject: Use ERROR log level everywhere. Remove unused code from Reload plugin --- plugins/gzip/tests/configs/.rr-http-middlewareNotExist.yaml | 5 ++++- plugins/gzip/tests/configs/.rr-http-withGzip.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'plugins/gzip/tests/configs') diff --git a/plugins/gzip/tests/configs/.rr-http-middlewareNotExist.yaml b/plugins/gzip/tests/configs/.rr-http-middlewareNotExist.yaml index 3dc5f9df..08c9b0ff 100644 --- a/plugins/gzip/tests/configs/.rr-http-middlewareNotExist.yaml +++ b/plugins/gzip/tests/configs/.rr-http-middlewareNotExist.yaml @@ -19,4 +19,7 @@ http: numWorkers: 2 maxJobs: 0 allocateTimeout: 60s - destroyTimeout: 60s \ No newline at end of file + destroyTimeout: 60s +logs: + mode: development + level: error \ No newline at end of file diff --git a/plugins/gzip/tests/configs/.rr-http-withGzip.yaml b/plugins/gzip/tests/configs/.rr-http-withGzip.yaml index 38fdfe47..3475d5dd 100644 --- a/plugins/gzip/tests/configs/.rr-http-withGzip.yaml +++ b/plugins/gzip/tests/configs/.rr-http-withGzip.yaml @@ -19,4 +19,7 @@ http: numWorkers: 2 maxJobs: 0 allocateTimeout: 60s - destroyTimeout: 60s \ No newline at end of file + destroyTimeout: 60s +logs: + mode: development + level: error \ No newline at end of file -- cgit v1.2.3