summaryrefslogtreecommitdiff
path: root/tests/plugins/logger/configs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/logger/configs')
-rw-r--r--tests/plugins/logger/configs/.rr-file-logger.yaml23
-rw-r--r--tests/plugins/logger/configs/.rr-no-logger.yaml0
-rw-r--r--tests/plugins/logger/configs/.rr-no-logger2.yaml16
-rw-r--r--tests/plugins/logger/configs/.rr-raw-mode.yaml15
-rw-r--r--tests/plugins/logger/configs/.rr.yaml3
5 files changed, 0 insertions, 57 deletions
diff --git a/tests/plugins/logger/configs/.rr-file-logger.yaml b/tests/plugins/logger/configs/.rr-file-logger.yaml
deleted file mode 100644
index 49c30d02..00000000
--- a/tests/plugins/logger/configs/.rr-file-logger.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-server:
- command: "php ../../http/client.php echo pipes"
- relay: "pipes"
- relay_timeout: "20s"
-
-http:
- address: 127.0.0.1:54224
- max_request_size: 1024
- middleware: [ ]
- uploads:
- forbid: [ ".php", ".exe", ".bat" ]
- trusted_subnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ]
- pool:
- num_workers: 2
- max_jobs: 0
- allocate_timeout: 60s
- destroy_timeout: 60s
-
-logs:
- mode: development
- level: debug
- file_logger_options:
- log_output: "test.log"
diff --git a/tests/plugins/logger/configs/.rr-no-logger.yaml b/tests/plugins/logger/configs/.rr-no-logger.yaml
deleted file mode 100644
index e69de29b..00000000
--- a/tests/plugins/logger/configs/.rr-no-logger.yaml
+++ /dev/null
diff --git a/tests/plugins/logger/configs/.rr-no-logger2.yaml b/tests/plugins/logger/configs/.rr-no-logger2.yaml
deleted file mode 100644
index 810ea88f..00000000
--- a/tests/plugins/logger/configs/.rr-no-logger2.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-rpc:
- listen: tcp://127.0.0.1:6001
-
-server:
- command: "php ../../http/client.php echo pipes"
- relay: "pipes"
- relay_timeout: "20s"
-
-http:
- address: 127.0.0.1:18945
- max_request_size: 1024
- pool:
- num_workers: 2
- max_jobs: 0
- allocate_timeout: 60s
- destroy_timeout: 60s
diff --git a/tests/plugins/logger/configs/.rr-raw-mode.yaml b/tests/plugins/logger/configs/.rr-raw-mode.yaml
deleted file mode 100644
index fba25945..00000000
--- a/tests/plugins/logger/configs/.rr-raw-mode.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-server:
- command: "php ../../raw-error.php"
- relay: "pipes"
-
-http:
- address: 127.0.0.1:34999
- max_requestSize: 1024
- pool:
- num_workers: 1
- max_jobs: 0
- allocate_timeout: 10s
- destroy_timeout: 10s
-
-logs:
- mode: raw
diff --git a/tests/plugins/logger/configs/.rr.yaml b/tests/plugins/logger/configs/.rr.yaml
deleted file mode 100644
index 5ab359d3..00000000
--- a/tests/plugins/logger/configs/.rr.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-logs:
- mode: development
- level: error \ No newline at end of file