Skip to content

Commit dd5bb66

Browse files
committed
chore(log): disable nsq.client info log
1 parent 86bf011 commit dd5bb66

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

rootfs/api/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
LOGGING = {
174174
'version': 1,
175175
'disable_existing_loggers': False,
176-
'root': {'level': 'DEBUG' if DEBUG else 'INFO'},
176+
'root': {'level': 'DEBUG' if DEBUG else 'WARN'},
177177
'formatters': {
178178
'verbose': {
179179
'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'

rootfs/drycc/gunicorn/wsgi.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
from tornado.wsgi import WSGIContainer
2-
3-
42
from api.wsgi import application as handler
53

6-
74
application = WSGIContainer(handler)

0 commit comments

Comments
 (0)