diff options
Diffstat (limited to 'plugins/server/tests/configs')
-rw-r--r-- | plugins/server/tests/configs/.rr-no-app-section.yaml | 5 | ||||
-rw-r--r-- | plugins/server/tests/configs/.rr-sockets.yaml | 5 | ||||
-rw-r--r-- | plugins/server/tests/configs/.rr-tcp.yaml | 5 | ||||
-rw-r--r-- | plugins/server/tests/configs/.rr-wrong-command.yaml | 3 | ||||
-rw-r--r-- | plugins/server/tests/configs/.rr-wrong-relay.yaml | 5 | ||||
-rw-r--r-- | plugins/server/tests/configs/.rr.yaml | 5 |
6 files changed, 23 insertions, 5 deletions
diff --git a/plugins/server/tests/configs/.rr-no-app-section.yaml b/plugins/server/tests/configs/.rr-no-app-section.yaml index b6e3ea93..5266e83d 100644 --- a/plugins/server/tests/configs/.rr-no-app-section.yaml +++ b/plugins/server/tests/configs/.rr-no-app-section.yaml @@ -6,4 +6,7 @@ server: "RR_CONFIG": "/some/place/on/the/C134" "RR_CONFIG2": "C138" relay: "pipes" - relayTimeout: "20s"
\ No newline at end of file + relayTimeout: "20s" +logs: + mode: development + level: error
\ No newline at end of file diff --git a/plugins/server/tests/configs/.rr-sockets.yaml b/plugins/server/tests/configs/.rr-sockets.yaml index ab1239aa..6b5b6bf5 100644 --- a/plugins/server/tests/configs/.rr-sockets.yaml +++ b/plugins/server/tests/configs/.rr-sockets.yaml @@ -6,4 +6,7 @@ server: "RR_CONFIG": "/some/place/on/the/C134" "RR_CONFIG2": "C138" relay: "unix://unix.sock" - relayTimeout: "20s"
\ No newline at end of file + relayTimeout: "20s" +logs: + mode: development + level: error
\ No newline at end of file diff --git a/plugins/server/tests/configs/.rr-tcp.yaml b/plugins/server/tests/configs/.rr-tcp.yaml index f53bffcc..ee1d450a 100644 --- a/plugins/server/tests/configs/.rr-tcp.yaml +++ b/plugins/server/tests/configs/.rr-tcp.yaml @@ -6,4 +6,7 @@ server: "RR_CONFIG": "/some/place/on/the/C134" "RR_CONFIG2": "C138" relay: "tcp://localhost:9999" - relayTimeout: "20s"
\ No newline at end of file + relayTimeout: "20s" +logs: + mode: development + level: error
\ No newline at end of file diff --git a/plugins/server/tests/configs/.rr-wrong-command.yaml b/plugins/server/tests/configs/.rr-wrong-command.yaml index d2c087a6..e66349dd 100644 --- a/plugins/server/tests/configs/.rr-wrong-command.yaml +++ b/plugins/server/tests/configs/.rr-wrong-command.yaml @@ -7,3 +7,6 @@ server: "RR_CONFIG2": "C138" relay: "pipes" relayTimeout: "20s" +logs: + mode: development + level: error
\ No newline at end of file diff --git a/plugins/server/tests/configs/.rr-wrong-relay.yaml b/plugins/server/tests/configs/.rr-wrong-relay.yaml index 1dd73d73..98894c7a 100644 --- a/plugins/server/tests/configs/.rr-wrong-relay.yaml +++ b/plugins/server/tests/configs/.rr-wrong-relay.yaml @@ -6,4 +6,7 @@ server: "RR_CONFIG": "/some/place/on/the/C134" "RR_CONFIG2": "C138" relay: "pupes" - relayTimeout: "20s"
\ No newline at end of file + relayTimeout: "20s" +logs: + mode: development + level: error
\ No newline at end of file diff --git a/plugins/server/tests/configs/.rr.yaml b/plugins/server/tests/configs/.rr.yaml index b6e3ea93..5266e83d 100644 --- a/plugins/server/tests/configs/.rr.yaml +++ b/plugins/server/tests/configs/.rr.yaml @@ -6,4 +6,7 @@ server: "RR_CONFIG": "/some/place/on/the/C134" "RR_CONFIG2": "C138" relay: "pipes" - relayTimeout: "20s"
\ No newline at end of file + relayTimeout: "20s" +logs: + mode: development + level: error
\ No newline at end of file |