Reporting: Update docs with correct logger name (#22892)

This commit is contained in:
Emil Tullstedt 2020-03-19 11:48:38 +01:00 committed by GitHub
parent 8ba75e77b1
commit d99a67075f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,5 +60,5 @@ To troubleshoot and get more log information, enable debug logging in the config
```bash
[log]
filters = saml.auth:debug
filters = report:debug
```