Skip to content

Commit 40bccf9

Browse files
[aiohttp] Disable access logging
1 parent c588c09 commit 40bccf9

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Python/aiohttp/app

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
args = parser.parse_args()
1212

1313
app = create_app()
14-
web.run_app(app, path=args.socket)
14+
web.run_app(app, path=args.socket, access_log=None)

0 commit comments

Comments
 (0)