Changes between Initial Version and Version 5 of Ticket #30316


Ignore:
Timestamp:
04/14/19 10:38:51 (5 years ago)
Author:
Eunwoo Cho
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30316

    • Property Status changed from new to assigned
    • Property Component changed from Uncategorized to Documentation
    • Property Summary changed from Include default logging dictConfig in documentation to Link to default logging dictConfig in documentation
    • Property Version changed from 2.2 to master
    • Property Easy pickings set
    • Property Owner changed from nobody to Ahisahar Pretel
    • Property Needs documentation set
    • Property Type changed from Uncategorized to Cleanup/optimization
    • Property Triage Stage changed from Unreviewed to Accepted
  • 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 dogs 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).
     1When 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).
Back to Top