diff options
author | Valery Piashchynski <[email protected]> | 2021-03-15 13:43:45 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-15 13:43:45 +0300 |
commit | 102e473110b9be0924193aeecd4b946a7053737e (patch) | |
tree | b2b0db47390741ff15884ec81b06626e4020fdb5 /CHANGELOG.md | |
parent | c07594a931bd322fd5e7310357f1ab3f4be9c0c5 (diff) | |
parent | bb6acdaf8cf55a4df746c9d03f2c677fa85ea6ee (diff) |
Merge pull request #592 from spiral/missed_logger_for_the_http_server
🆕 new(http plugin): HTTP/HTTPS/FCGI servers errors redirected to the RR logger under the Error log level
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db752fe..152b00e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +v2.0.1 (23.03.2021) +------------------- +- 🐛 Fix: Bug with required Root CA certificate for the SSL, not it's optional. +- 🆕 New: HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed in the RR logger at the `Info` log level. + v2.0.1 (09.03.2021) ------------------- - 🐛 Fix: incorrect PHP command validation |