From 04e5cfa52b1782a81887f0cd9791cdaa8a97987a Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Thu, 15 Jul 2021 11:44:21 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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