Skip to content

Commit

Permalink
remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgriff93 authored Oct 2, 2023
1 parent 26293fd commit 707d17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/azure_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def initialize_logging(
ai_conn_string = os.environ.get("APPLICATIONINSIGHTS_CONNECTION_STRING")
if (ai_conn_string is None or ai_conn_string == ""):
logger.info(f"APPLICATIONINSIGHTS_CONNECTION_STRING unset or empty. Azure logging will not be enabled.")
return;
return

try:
# picks up os.environ["APPLICATIONINSIGHTS_CONNECTION_STRING"] automatically
Expand Down

0 comments on commit 707d17c

Please sign in to comment.