Skip to content

Commit

Permalink
Merge branch 'main' into feature/2267-enumerating-airlock-files-when-…
Browse files Browse the repository at this point in the history
…submitting-a-new-request
  • Loading branch information
yuvalyaron authored Aug 30, 2022
2 parents d4d1ef6 + 3f97d2c commit c6e1a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_app/services/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def initialize_logging(logging_level: int, correlation_id: str = None) -> loggin
:returns: A newly created logger adapter.
"""
logger = logging.getLogger()
logger.addHandler(logging.StreamHandler()) # For logging into console

try:
# picks up APPLICATIONINSIGHTS_CONNECTION_STRING automatically
Expand Down

0 comments on commit c6e1a65

Please sign in to comment.