summaryrefslogtreecommitdiff
path: root/plugins/static/tests/configs
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/static/tests/configs')
-rw-r--r--plugins/static/tests/configs/.rr-http-static-disabled.yaml5
-rw-r--r--plugins/static/tests/configs/.rr-http-static-files-disable.yaml5
-rw-r--r--plugins/static/tests/configs/.rr-http-static-files.yaml5
-rw-r--r--plugins/static/tests/configs/.rr-http-static.yaml5
4 files changed, 16 insertions, 4 deletions
diff --git a/plugins/static/tests/configs/.rr-http-static-disabled.yaml b/plugins/static/tests/configs/.rr-http-static-disabled.yaml
index d0b9b388..e8917c06 100644
--- a/plugins/static/tests/configs/.rr-http-static-disabled.yaml
+++ b/plugins/static/tests/configs/.rr-http-static-disabled.yaml
@@ -27,4 +27,7 @@ http:
numWorkers: 2
maxJobs: 0
allocateTimeout: 60s
- destroyTimeout: 60s \ No newline at end of file
+ destroyTimeout: 60s
+logs:
+ mode: development
+ level: error \ No newline at end of file
diff --git a/plugins/static/tests/configs/.rr-http-static-files-disable.yaml b/plugins/static/tests/configs/.rr-http-static-files-disable.yaml
index a3d814a3..1cae9ed7 100644
--- a/plugins/static/tests/configs/.rr-http-static-files-disable.yaml
+++ b/plugins/static/tests/configs/.rr-http-static-files-disable.yaml
@@ -27,4 +27,7 @@ http:
numWorkers: 2
maxJobs: 0
allocateTimeout: 60s
- destroyTimeout: 60s \ No newline at end of file
+ destroyTimeout: 60s
+logs:
+ mode: development
+ level: error \ No newline at end of file
diff --git a/plugins/static/tests/configs/.rr-http-static-files.yaml b/plugins/static/tests/configs/.rr-http-static-files.yaml
index 35938b80..32d0a6c7 100644
--- a/plugins/static/tests/configs/.rr-http-static-files.yaml
+++ b/plugins/static/tests/configs/.rr-http-static-files.yaml
@@ -28,4 +28,7 @@ http:
numWorkers: 2
maxJobs: 0
allocateTimeout: 60s
- destroyTimeout: 60s \ No newline at end of file
+ destroyTimeout: 60s
+logs:
+ mode: development
+ level: error \ No newline at end of file
diff --git a/plugins/static/tests/configs/.rr-http-static.yaml b/plugins/static/tests/configs/.rr-http-static.yaml
index 80a1fa7f..d3bd05f5 100644
--- a/plugins/static/tests/configs/.rr-http-static.yaml
+++ b/plugins/static/tests/configs/.rr-http-static.yaml
@@ -26,4 +26,7 @@ http:
numWorkers: 2
maxJobs: 0
allocateTimeout: 60s
- destroyTimeout: 60s \ No newline at end of file
+ destroyTimeout: 60s
+logs:
+ mode: development
+ level: error \ No newline at end of file