Skip to content

Commit

Permalink
♻️Reduce noisyness of gunicorn and socketio in webserver logs (#6616)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Oct 28, 2024
1 parent be8e3e9 commit 59f0725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions services/web/server/src/simcore_service_webserver/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"aio_pika",
"aiormq",
"engineio",
"openapi_spec_validator",
"sqlalchemy",
"sqlalchemy.engine",
"inotify.adapters",
"gunicorn.access",
"openapi_spec_validator",
"servicelib.aiohttp.monitoring",
"sqlalchemy.engine",
"sqlalchemy",
"socketio",
)


Expand Down

0 comments on commit 59f0725

Please sign in to comment.