Skip to content

Commit 63965c9

Browse files
Black format
1 parent f84e8e6 commit 63965c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datareservoirio/_logging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def get_exceptions_logger() -> logging.Logger:
1919
enable_app_insights = os.environ[ENV_VAR_ENABLE_APP_INSIGHTS].lower()
2020
if enable_app_insights == "true" or enable_app_insights == "1":
2121
configure_azure_monitor(
22-
connection_string=environment._application_insight_connectionstring
23-
logger_name = __name__ + "exceptions_logger"
22+
connection_string=environment._application_insight_connectionstring,
23+
logger_name=__name__ + "_exceptions_logger",
2424
)
2525
exceptions_logger.setLevel("WARNING")
2626

0 commit comments

Comments
 (0)