Add docker shell mode, and remove some config
This commit is contained in:
parent
479f4c3fa4
commit
27721a8632
8 changed files with 8 additions and 137 deletions
|
@ -20,9 +20,6 @@ args=(sys.stdout, )
|
|||
format=%(asctime)s [%(process)d] [%(levelname)s] [%(name)s] %(message)s
|
||||
class=logging.Formatter
|
||||
|
||||
[formatter_json]
|
||||
class=loghandler_config.JsonFormatter
|
||||
|
||||
[logger_gunicorn.error]
|
||||
level=ERROR
|
||||
handlers=console
|
||||
|
|
Reference in a new issue