Skip to content

Commit 26d8aa6

Browse files
One more typo
1 parent 30060e4 commit 26d8aa6

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__ + "_exceptions_logger"
38+
logger_name=__name__ + "_exceptions_logger",
3939
)
4040
exceptions_logger.setLevel("WARNING")
4141

0 commit comments

Comments
 (0)