diff options
author | Valery Piashchynski <[email protected]> | 2021-03-13 21:06:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-03-13 21:06:20 +0300 |
commit | 594d801d14bb394b20eec14690d1b616e2c4d56d (patch) | |
tree | 7643d6e74c69f078e704730a8217f3204654060d /tests/plugins/http/configs | |
parent | d3e3fba7ce313b9e9563cca35ebd6432a0fba6e4 (diff) |
- Add ability to print http/https/fcgi to the rr logger under the Info
level
- Update tests and CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/http/configs')
-rw-r--r-- | tests/plugins/http/configs/.rr-h2c.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/plugins/http/configs/.rr-h2c.yaml b/tests/plugins/http/configs/.rr-h2c.yaml index 2061a76b..bd610bb0 100644 --- a/tests/plugins/http/configs/.rr-h2c.yaml +++ b/tests/plugins/http/configs/.rr-h2c.yaml @@ -24,5 +24,6 @@ http: h2c: true maxConcurrentStreams: 128 logs: - mode: development - level: error
\ No newline at end of file + mode: production + level: info + encoding: console
\ No newline at end of file |