Changes between Initial Version and Version 5 of Ticket #30316
- Timestamp:
- Apr 14, 2019, 5:38:51 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30316
- Property Easy pickings set
- Property Needs documentation set
- Property Component Uncategorized → Documentation
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Cleanup/optimization
- Property Version 2.2 → master
- Property Summary Include default logging dictConfig in documentation → Link to default logging dictConfig in documentation
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #30316 – Description
initial v5 1 When people want to customize Django's logging, my guess is that they'll most often want to start by changing something about the default logging setup. Toward this end, it would be helpful if the Django do gs included a dictConfig for the default logging setup. Instead, the docs *describe* the default settings (https://docs.djangoproject.com/en/2.1/topics/logging/#default-logging-configuration), and give dictConfigs for several other possible configurations for logging (https://docs.djangoproject.com/en/2.1/topics/logging/#configuring-logging).1 When people want to customize Django's logging, my guess is that they'll most often want to start by changing something about the default logging setup. Toward this end, it would be helpful if the Django docs included a dictConfig for the default logging setup. Instead, the docs *describe* the default settings (https://docs.djangoproject.com/en/2.1/topics/logging/#default-logging-configuration), and give dictConfigs for several other possible configurations for logging (https://docs.djangoproject.com/en/2.1/topics/logging/#configuring-logging).