diff options
author | Valery Piashchynski <[email protected]> | 2021-02-16 00:04:05 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-16 00:04:05 +0300 |
commit | 87b3130a95e2ff2904e7910f9bc87bc3020dbe27 (patch) | |
tree | cc08fda6ccdc56ec26b0ef39f2fa80d6b950086a /tests/plugins/config/.rr.yaml | |
parent | f8dd689d3b7c9f953d21775110f7d3182768cfba (diff) |
Add support for flag overwriting
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/config/.rr.yaml')
-rwxr-xr-x | tests/plugins/config/.rr.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/plugins/config/.rr.yaml b/tests/plugins/config/.rr.yaml index a6e80921..f449dcf3 100755 --- a/tests/plugins/config/.rr.yaml +++ b/tests/plugins/config/.rr.yaml @@ -1,6 +1,10 @@ rpc: listen: tcp://localhost:6060 +logs: + mode: development + level: error + reload: interval: 1s patterns: [".php"] |