Skip to content

Commit efab6b0

Browse files
Bug snuck in
1 parent c5a631f commit efab6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datareservoirio/_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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_appinsight")
38+
logger_name=__name__ + "_exception_logger")
3939
exceptions_logger.setLevel("WARNING")
4040

4141
return exceptions_logger

0 commit comments

Comments
 (0)