diff options
author | bricelalu <[email protected]> | 2021-04-03 22:28:30 +0200 |
---|---|---|
committer | bricelalu <[email protected]> | 2021-04-03 22:28:30 +0200 |
commit | 22797c86a9c346037adc349a89d51ecdb22e5550 (patch) | |
tree | 84fab02d36a634c612e0b62c07d64578dcb35cda /tests/plugins/logger/configs | |
parent | 0744265c45840ff7f3f5802f0f5d9073939e707c (diff) |
Update test for Logger 'raw' mode
Diffstat (limited to 'tests/plugins/logger/configs')
-rw-r--r-- | tests/plugins/logger/configs/.rr-raw-mode.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/plugins/logger/configs/.rr-raw-mode.yaml b/tests/plugins/logger/configs/.rr-raw-mode.yaml index 77bd2f59..0e62ab95 100644 --- a/tests/plugins/logger/configs/.rr-raw-mode.yaml +++ b/tests/plugins/logger/configs/.rr-raw-mode.yaml @@ -1,2 +1,15 @@ +server: + command: "php ../../raw-error.php" + relay: "pipes" + +http: + address: 127.0.0.1:34999 + maxRequestSize: 1024 + pool: + numWorkers: 1 + maxJobs: 0 + allocateTimeout: 10s + destroyTimeout: 10s + logs: mode: raw
\ No newline at end of file |