Skip to content

Commit 28a8c88

Browse files
And a bit more formatting
1 parent efab6b0 commit 28a8c88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

datareservoirio/_logging.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def get_exceptions_logger() -> logging.Logger:
3535
if enable_app_insights == "true" or enable_app_insights == "1":
3636
_ensure_azure_monitor_configured(
3737
connection_string=environment._application_insight_connectionstring,
38-
logger_name=__name__ + "_exception_logger")
38+
logger_name=__name__ + "_exception_logger"
39+
)
3940
exceptions_logger.setLevel("WARNING")
4041

4142
return exceptions_logger

0 commit comments

Comments
 (0)