Skip to content

Commit 53fc401

Browse files
authored
Merge pull request #796 from NHSDigital/reduce-azure-identity-logging-verbosity
Reduce azure token cache, monitoring and http request logging verbosity
2 parents 0e633a6 + 845c8ec commit 53fc401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manage_breast_screening/config/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ def list_env(key):
260260
"propagate": False,
261261
},
262262
"faker": {"level": "INFO"},
263+
"msal": {"level": "INFO"},
264+
"azure.monitor.opentelemetry": {"level": "INFO"},
265+
"azure.core.pipeline.policies.http_logging_policy": {"level": "WARNING"},
263266
},
264267
}
265268

0 commit comments

Comments
 (0)