fix log twice
This commit is contained in:
parent
22ad697d1f
commit
7288ebca46
|
@ -14,14 +14,14 @@ LOGGING_CONFIG_DEFAULTS = dict(
|
|||
"sanic.error": {
|
||||
"level": "INFO",
|
||||
"handlers": ["error_console"],
|
||||
"propagate": True,
|
||||
"propagate": False,
|
||||
"qualname": "sanic.error"
|
||||
},
|
||||
|
||||
"sanic.access": {
|
||||
"level": "INFO",
|
||||
"handlers": ["access_console"],
|
||||
"propagate": True,
|
||||
"propagate": False,
|
||||
"qualname": "sanic.access"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user