summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-09 13:52:56 +0300
committerValery Piashchynski <[email protected]>2021-06-09 13:52:56 +0300
commit4e059c8316189754c1edb876dcb8e6910b902bbb (patch)
tree2ec11bc0e9d0b35d34e26b54f1a550e19b57b9e1
parent3ec3306730455b6c5c423d130ebc322757661487 (diff)
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--CHANGELOG.md1
-rw-r--r--tests/plugins/logger/configs/.rr-no-logger2.yaml6
2 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3584f9f0..fa193010 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ v2.3.0 (08.06.2021)
- ✏️ Add new option to the `http` config section: `internal_error_code` to override default (500) internal error code. [Issue](https://github.com/spiral/roadrunner/issues/659)
- ✏️ Expose HTTP plugin metrics (workers memory, requests count, requests duration). [Issue](https://github.com/spiral/roadrunner/issues/489)
- ✏️ Scan `server.command` and find errors related to the wrong path to a `PHP` file, or `.ph`, `.sh` scripts. [Issue](https://github.com/spiral/roadrunner/issues/658)
+- ✏️ Support file logger with log rotation [Wiki](https://en.wikipedia.org/wiki/Log_rotation), [Issue](https://github.com/spiral/roadrunner/issues/545)
## 🩹 Fixes:
diff --git a/tests/plugins/logger/configs/.rr-no-logger2.yaml b/tests/plugins/logger/configs/.rr-no-logger2.yaml
index c68639bc..810ea88f 100644
--- a/tests/plugins/logger/configs/.rr-no-logger2.yaml
+++ b/tests/plugins/logger/configs/.rr-no-logger2.yaml
@@ -3,10 +3,6 @@ rpc:
server:
command: "php ../../http/client.php echo pipes"
- user: ""
- group: ""
- env:
- "RR_HTTP": "true"
relay: "pipes"
relay_timeout: "20s"
@@ -17,4 +13,4 @@ http:
num_workers: 2
max_jobs: 0
allocate_timeout: 60s
- destroy_timeout: 60s \ No newline at end of file
+ destroy_timeout: 60s