Skip to content

Commit ab61f7c

Browse files
Dreamsorcererlitongjava
authored andcommitted
[aiohttp] Disable access logging (TechEmpower#9844)
* [aiohttp] Disable access logging * Update requirements.txt * Yanked version
1 parent 8b640e5 commit ab61f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

frameworks/Python/aiohttp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.16
1+
aiohttp==3.11.18
22
asyncpg==0.30.0
33
jinja2==3.1.6
44
SQLAlchemy==2.0.40

0 commit comments

Comments
 (0)