Skip to content

Make the log level for the request middleware fully configurable [django 6 version]#1027

Closed
offbyone wants to merge 1 commit into
jrobichaud:django-60from
offbyone:push-xpvtwtozqvsr
Closed

Make the log level for the request middleware fully configurable [django 6 version]#1027
offbyone wants to merge 1 commit into
jrobichaud:django-60from
offbyone:push-xpvtwtozqvsr

Conversation

@offbyone
Copy link
Copy Markdown

Replica of #1024 but applied to the django 6.0 branch

…ngo 6 version]

- adds `STATUS_DEFAULT_LOG_LEVEL`, `STATUS_START_LOG_LEVEL`, and `STATUS_2XX_LOG_LEVEL` app settings
- adds `CELERY_DEFAULT_LOG_LEVEL`, `CELERY_TASK_START_LOG_LEVEL`, `CELERY_TASK_SUCCESS_LOG_LEVEL`, `CELERY_TASK_NOTICE_LOG_LEVEL`, `CELERY_TASK_FAILURE_LOG_LEVEL`, `CELERY_TASK_ERROR_LOG_LEVEL`
- uses settings to determine the log level for all non-exception path logging in the request middleware

Fixes jrobichaud#1022
@jrobichaud jrobichaud closed this Apr 30, 2026
@jrobichaud
Copy link
Copy Markdown
Owner

Ill keep #1024 only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants