Skip to content

Commit 8bf9e35

Browse files
committed
refactor: example
1 parent 21d9d9c commit 8bf9e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aiohttp_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def index(requests: Request) -> Response:
2121

2222

2323
def create_app() -> Application:
24-
configure_logging(json_format=True, include_trace=False)
24+
configure_logging(json_format=False, include_trace=True)
2525

2626
app = Application()
2727
app.router.add_get("/", index)

0 commit comments

Comments
 (0)