diff options
Diffstat (limited to 'tests/plugins/rpc/configs/.rr-rpc-disabled.yaml')
-rw-r--r-- | tests/plugins/rpc/configs/.rr-rpc-disabled.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml b/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml index 5ab359d3..d256aad7 100644 --- a/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml +++ b/tests/plugins/rpc/configs/.rr-rpc-disabled.yaml @@ -1,3 +1,8 @@ logs: mode: development - level: error
\ No newline at end of file + level: panic + +endure: + grace_period: 120s + print_graph: false + log_level: panic |