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

feat: config celery logging via Django#7371

Merged

Conversation

jennifer-richards
Copy link
Member

This disables Celery's own logging configuration in favor of using Django's config method. This works because Django and Celery both use Python's logging module, so we just add a celery logger to our settings.py and Celery automatically uses it.

@jennifer-richards jennifer-richards merged commit f3c3312 into ietf-tools:feat/helm Apr 26, 2024
2 checks passed
@jennifer-richards jennifer-richards deleted the celery-log-config branch April 26, 2024 20:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants