Skip to content

Commit 8b32800

Browse files
committed
Change back to log info
1 parent 0227789 commit 8b32800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/fastapi_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def create_app(testing: bool = False):
5151
else:
5252
if not testing:
5353
load_dotenv(override=True)
54-
logging.basicConfig(level=logging.DEBUG)
54+
logging.basicConfig(level=logging.INFO)
5555
# Turn off particularly noisy INFO level logs from Azure Core SDK:
5656
logging.getLogger("azure.core.pipeline.policies.http_logging_policy").setLevel(logging.WARNING)
5757

0 commit comments

Comments
 (0)