diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce11db8df..49ced830a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Log all requests in the proxy access log: [#2301](https://github.com/owncloud/ocis/pull/2301) * Enhancement - Update REVA to v1.10.0: [#2295](https://github.com/owncloud/ocis/pull/2295) ## Details +* Bugfix - Log all requests in the proxy access log: [#2301](https://github.com/owncloud/ocis/pull/2301) + + We now use a dedicated middleware to log all requests, regardless of routing selector outcome. + While the log now includes the remote address, the selected routing policy is only logged when + log level is set to debug because the request context cannot be changed in the + `directorSelectionDirector`, as per the `ReverseProxy.Director` documentation. + + https://github.com/owncloud/ocis/pull/2301 + * Enhancement - Update REVA to v1.10.0: [#2295](https://github.com/owncloud/ocis/pull/2295) * Fix cs3org/reva#1883: Pass directories with trailing slashes to eosclient.GenerateToken