From d99a67075fc3f804c4028b777d492b56599107c5 Mon Sep 17 00:00:00 2001 From: Emil Tullstedt Date: Thu, 19 Mar 2020 11:48:38 +0100 Subject: [PATCH] Reporting: Update docs with correct logger name (#22892) --- docs/sources/enterprise/reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/enterprise/reporting.md b/docs/sources/enterprise/reporting.md index e8547273008..40e69acbf70 100644 --- a/docs/sources/enterprise/reporting.md +++ b/docs/sources/enterprise/reporting.md @@ -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 ```