We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a631f commit efab6b0Copy full SHA for efab6b0
1 file changed
datareservoirio/_logging.py
@@ -35,7 +35,7 @@ def get_exceptions_logger() -> logging.Logger:
35
if enable_app_insights == "true" or enable_app_insights == "1":
36
_ensure_azure_monitor_configured(
37
connection_string=environment._application_insight_connectionstring,
38
- logger_name=__name__ + "_exception_appinsight")
+ logger_name=__name__ + "_exception_logger")
39
exceptions_logger.setLevel("WARNING")
40
41
return exceptions_logger
0 commit comments