You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But no matter what dictconfig I store in logging_debug.json, the command fails.
Error: Value is not a dictionary
and then listing the passed dictconfig string. The command also fails on the dictconfig from gunicorn.glogging.CONFIG_DEFAULTS:
Error: Value is not a dictionary "{"disable_existing_loggers":false,"version":1,"handlers":{"console":{"formatter":"generic","stream":"sys.stdout","class":"logging.StreamHandler"},"error_console":{"formatter":"generic","stream":"sys.stderr","class":"logging.StreamHandler"}},"loggers":{"gunicorn.access":{"qualname":"gunicorn.access","level":"INFO","handlers":["console"],"propagate":true},"root":{"level":"INFO","handlers":["console"]},"gunicorn.error":{"qualname":"gunicorn.error","level":"INFO","handlers":["error_console"],"propagate":true}},"formatters":{"generic":{"datefmt":"[%Y-%m-%d %H:%M:%S %z]","class":"logging.Formatter"}}}"
Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
I tried using the workaround described here to pass a json dictconfig
But no matter what dictconfig I store in
logging_debug.json
, the command fails.and then listing the passed dictconfig string. The command also fails on the dictconfig from
gunicorn.glogging.CONFIG_DEFAULTS
:Is there a workaround for this?
The text was updated successfully, but these errors were encountered: