make all log lines uniform

Now also if the connection is never established. Use the nonexistent status
code 00 for that.
This commit is contained in:
Johann150 2021-03-06 23:36:08 +01:00
parent d4324233c7
commit 3ffe89b775
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
4 changed files with 26 additions and 9 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
* All log lines are in the same format now:
`<local ip>:<local port> <remote ip or dash> "<request>" <response status> "<response meta>" [error:<error>]`
If the connection could not be established correctly (e.g. because of TLS errors), the status code `00` is used.
* Messages from modules other than Agate itself are not logged by default.
## [2.5.3] - 2021-02-27
Thank you to @littleli and @06kellyjac for contributing to this release.