diff options
Diffstat (limited to 'plugins/reload/tests')
-rw-r--r-- | plugins/reload/tests/configs/.rr-reload-2.yaml | 3 | ||||
-rw-r--r-- | plugins/reload/tests/configs/.rr-reload-3.yaml | 3 | ||||
-rw-r--r-- | plugins/reload/tests/configs/.rr-reload-4.yaml | 3 | ||||
-rw-r--r-- | plugins/reload/tests/configs/.rr-reload.yaml | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/plugins/reload/tests/configs/.rr-reload-2.yaml b/plugins/reload/tests/configs/.rr-reload-2.yaml index 6c00eeb9..5be3179b 100644 --- a/plugins/reload/tests/configs/.rr-reload-2.yaml +++ b/plugins/reload/tests/configs/.rr-reload-2.yaml @@ -30,6 +30,9 @@ http: maxJobs: 0 allocateTimeout: 60s destroyTimeout: 60s +logs: + mode: development + level: error reload: interval: 2s patterns: diff --git a/plugins/reload/tests/configs/.rr-reload-3.yaml b/plugins/reload/tests/configs/.rr-reload-3.yaml index ad883f2d..b97ed667 100644 --- a/plugins/reload/tests/configs/.rr-reload-3.yaml +++ b/plugins/reload/tests/configs/.rr-reload-3.yaml @@ -30,6 +30,9 @@ http: maxJobs: 0 allocateTimeout: 60s destroyTimeout: 60s +logs: + mode: development + level: error reload: interval: 2s patterns: diff --git a/plugins/reload/tests/configs/.rr-reload-4.yaml b/plugins/reload/tests/configs/.rr-reload-4.yaml index b74effe6..b664b836 100644 --- a/plugins/reload/tests/configs/.rr-reload-4.yaml +++ b/plugins/reload/tests/configs/.rr-reload-4.yaml @@ -30,6 +30,9 @@ http: maxJobs: 0 allocateTimeout: 60s destroyTimeout: 60s +logs: + mode: development + level: error reload: interval: 2s patterns: diff --git a/plugins/reload/tests/configs/.rr-reload.yaml b/plugins/reload/tests/configs/.rr-reload.yaml index 52511aa1..5e223db3 100644 --- a/plugins/reload/tests/configs/.rr-reload.yaml +++ b/plugins/reload/tests/configs/.rr-reload.yaml @@ -30,6 +30,9 @@ http: maxJobs: 0 allocateTimeout: 60s destroyTimeout: 60s +logs: + mode: development + level: error reload: interval: 1s patterns: |