Files
@ 1e8458068791
Branch filter:
Location: kallithea/docs/index.rst
1e8458068791
1.3 KiB
text/prs.fallenstein.rst
celery: fix logging from inside tasks
Celery will hijack the global logging configuration and disable the usual
Kallithea logging (unless CELERYD_HIJACK_ROOT_LOGGER is set False).
Fixed partially by using the special celery loggers inside the tasks. Logging
from modules will still not work.
Celery will hijack the global logging configuration and disable the usual
Kallithea logging (unless CELERYD_HIJACK_ROOT_LOGGER is set False).
Fixed partially by using the special celery loggers inside the tasks. Logging
from modules will still not work.