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 21d9d9c commit 8bf9e35Copy full SHA for 8bf9e35
examples/aiohttp_app.py
@@ -21,7 +21,7 @@ async def index(requests: Request) -> Response:
21
22
23
def create_app() -> Application:
24
- configure_logging(json_format=True, include_trace=False)
+ configure_logging(json_format=False, include_trace=True)
25
26
app = Application()
27
app.router.add_get("/", index)
0 commit comments