diff options
author | Valery Piashchynski <[email protected]> | 2021-02-16 12:53:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-16 12:53:34 +0300 |
commit | ac159557f3a31e53e0c76c4196b0e42e1e71aa52 (patch) | |
tree | 3e26d5fa6f022d1cebd2da7bc9ccb832009a29f5 /tests/plugins/logger/configs | |
parent | 69622100a1c95656f977638f75d8cea81afc0d4a (diff) |
Update logger plugin. Now it's optional
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/logger/configs')
-rw-r--r-- | tests/plugins/logger/configs/.rr-no-logger.yaml | 0 | ||||
-rw-r--r-- | tests/plugins/logger/configs/.rr-no-logger2.yaml | 21 | ||||
-rw-r--r-- | tests/plugins/logger/configs/.rr.yaml | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/tests/plugins/logger/configs/.rr-no-logger.yaml b/tests/plugins/logger/configs/.rr-no-logger.yaml new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/plugins/logger/configs/.rr-no-logger.yaml diff --git a/tests/plugins/logger/configs/.rr-no-logger2.yaml b/tests/plugins/logger/configs/.rr-no-logger2.yaml new file mode 100644 index 00000000..1211b7ad --- /dev/null +++ b/tests/plugins/logger/configs/.rr-no-logger2.yaml @@ -0,0 +1,21 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +server: + command: "php ../../http/client.php echo pipes" + user: "" + group: "" + env: + "RR_HTTP": "true" + relay: "pipes" + relay_timeout: "20s" + +http: + debug: true + address: 127.0.0.1:18945 + max_request_size: 1024 + pool: + num_workers: 2 + max_jobs: 0 + allocate_timeout: 60s + destroy_timeout: 60s
\ No newline at end of file diff --git a/tests/plugins/logger/configs/.rr.yaml b/tests/plugins/logger/configs/.rr.yaml new file mode 100644 index 00000000..5ab359d3 --- /dev/null +++ b/tests/plugins/logger/configs/.rr.yaml @@ -0,0 +1,3 @@ +logs: + mode: development + level: error
\ No newline at end of file |