diff options
author | Valery Piashchynski <[email protected]> | 2021-06-09 13:52:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-09 13:52:56 +0300 |
commit | 4e059c8316189754c1edb876dcb8e6910b902bbb (patch) | |
tree | 2ec11bc0e9d0b35d34e26b54f1a550e19b57b9e1 /CHANGELOG.md | |
parent | 3ec3306730455b6c5c423d130ebc322757661487 (diff) |
- Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 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: |