Document firewall logging settings
phil-davis opened this issue · 2 comments
phil-davis commented
The firewall logging can be set to Blocked Requests Only
or All Requests
.
Blocked requests are logged at system log level warning
Allowed requests are logged at system log level info
So to actually see logs of blocked requests, the admin has to select Blocked Requests Only
and also set the system log level to warning
or broader (info, debug - but don't set debug!)
To actually see logs of allowed requests, the admin has to select All Requests
and also set the system log level to info
or broader (debug - but don't set debug!)
See firewall PR https://github.com/owncloud/firewall/pull/392
Will come in the next firewall release.
phil-davis commented
Doc PR #4235
phil-davis commented
Released in Firewall 2.6.0
Doc PRs have been merged.