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 a594a7a commit 5b09f06Copy full SHA for 5b09f06
src/functions_framework/__init__.py
@@ -437,7 +437,7 @@ def _configure_app_execution_id_logging():
437
"stream": "ext://functions_framework.execution_id.logging_stream",
438
},
439
440
- "root": {"level": "INFO", "handlers": ["wsgi"]},
+ "root": {"level": "WARNING", "handlers": ["wsgi"]},
441
}
442
)
443
src/functions_framework/aio/__init__.py
@@ -172,7 +172,7 @@ def _configure_app_execution_id_logging():
172
173
174
175
- "root": {"level": "INFO", "handlers": ["asgi"]},
+ "root": {"level": "WARNING", "handlers": ["asgi"]},
176
177
178
0 commit comments