Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve logging of Celery in Docker #9138

Open
nijel opened this issue Apr 22, 2023 · 0 comments
Open

Improve logging of Celery in Docker #9138

nijel opened this issue Apr 22, 2023 · 0 comments
Labels
bug Something is broken. help wanted Extra attention is needed.

Comments

@nijel
Copy link
Member

nijel commented Apr 22, 2023

Describe the problem

Not sore whether is configuration issue, or general behavior, but #9128 shows most of Celery logs doubled. Seems like it is going once through Celery configuration and once through Weblate one:

celery-celery stderr | [2023-04-20 16:48:28,686: DEBUG/399] Renewal thread for Lock('lock:lock:repo:5') exited.
celery-celery stderr | [2023-04-20 16:48:28,686: DEBUG/ForkPoolWorker-1] Renewal thread for Lock('lock:lock:repo:5') exited.

Describe the solution you'd like

Only one log entry should be shown for each event.

Describe alternatives you've considered

No response

Screenshots

No response

Additional context

No response

@nijel nijel added bug Something is broken. help wanted Extra attention is needed. labels Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken. help wanted Extra attention is needed.
Projects
None yet
Development

No branches or pull requests

1 participant