Update logging configuration for gitlab
This commit is contained in:
parent
9258d33f4e
commit
7f4a3a3e49
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ from .base import * # isort:skip
|
||||||
from .version import get_current_version
|
from .version import get_current_version
|
||||||
|
|
||||||
|
|
||||||
|
del LOGGING["handlers"]["file"]
|
||||||
|
del LOGGING["handlers"]["celery"]
|
||||||
|
|
||||||
LOGGING["loggers"].update(
|
LOGGING["loggers"].update(
|
||||||
{
|
{
|
||||||
"celery.task": {"handlers": ["console"], "level": "DEBUG"},
|
"celery.task": {"handlers": ["console"], "level": "DEBUG"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue