diff options
author | Valery Piashchynski <[email protected]> | 2021-04-04 19:31:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-04 19:31:06 +0300 |
commit | c6b123af6464c3c6fd79bf1fc28da71c300eb7b3 (patch) | |
tree | ed9c1f087e68a2c70ac002466c233469563fc5e9 /tests/plugins/logger/configs | |
parent | 10a153e9df62bcbdf77c5b5a63daf5ea7b792495 (diff) |
- Update CHANGELOG
- Check log event by logger (mocked)
- Modify Stderr event to be as INFO
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/logger/configs')
-rw-r--r-- | tests/plugins/logger/configs/.rr-raw-mode.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/plugins/logger/configs/.rr-raw-mode.yaml b/tests/plugins/logger/configs/.rr-raw-mode.yaml index 0e62ab95..fba25945 100644 --- a/tests/plugins/logger/configs/.rr-raw-mode.yaml +++ b/tests/plugins/logger/configs/.rr-raw-mode.yaml @@ -4,12 +4,12 @@ server: http: address: 127.0.0.1:34999 - maxRequestSize: 1024 + max_requestSize: 1024 pool: - numWorkers: 1 - maxJobs: 0 - allocateTimeout: 10s - destroyTimeout: 10s + num_workers: 1 + max_jobs: 0 + allocate_timeout: 10s + destroy_timeout: 10s logs: - mode: raw
\ No newline at end of file + mode: raw |