By extending current `LogFormat` to include `\"%{X-Request-ID}i\"` - ref. http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats ### `X-Request-ID` in ownCloud: - https://github.com/owncloud/core/pull/28144 - Client implementation: https://github.com/owncloud/client/issues/5853 and https://github.com/owncloud/client/pull/5897
By extending current
LogFormatto include\"%{X-Request-ID}i\"- ref. http://httpd.apache.org/docs/current/mod/mod_log_config.html#formatsX-Request-IDin ownCloud: