We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0227789 commit 8b32800Copy full SHA for 8b32800
src/backend/fastapi_app/__init__.py
@@ -51,7 +51,7 @@ def create_app(testing: bool = False):
51
else:
52
if not testing:
53
load_dotenv(override=True)
54
- logging.basicConfig(level=logging.DEBUG)
+ logging.basicConfig(level=logging.INFO)
55
# Turn off particularly noisy INFO level logs from Azure Core SDK:
56
logging.getLogger("azure.core.pipeline.policies.http_logging_policy").setLevel(logging.WARNING)
57
0 commit comments