Skip to content

Commit 1fd4044

Browse files
committed
Reduce azure logging verbosity
This logs a lot of DEBUG output around azure sdk http requests for tokens and blob storage.
1 parent 9655825 commit 1fd4044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manage_breast_screening/config/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ def list_env(key):
260260
"propagate": False,
261261
},
262262
"faker": {"level": "INFO"},
263+
"msal": {"level", "WARNING"},
264+
"azure.core.pipeline.policies.http_logging_policy": {"level": "WARNING"},
263265
},
264266
}
265267

0 commit comments

Comments
 (0)