Opened 10 months ago

Closed 8 months ago

#34971 closed Cleanup/optimization (fixed)

Several loggers missing from logging documentation

Reported by: Ryan Siemens Owned by: Aryan Gholizadeh Mojaveri
Component: Documentation Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Ryan Siemens)

The logging reference which lists the django built in loggers is missing a couple of available logggers.

  • django.dispatch
  • django.contrib.gis
  • django.utils.autoreload

It would be nice to have these documented as well. Thanks!

Change History (8)

comment:1 by Ryan Siemens, 10 months ago

Description: modified (diff)

comment:2 by Simon Charette, 10 months ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:3 by Benoît Durand, 10 months ago

Owner: changed from nobody to Benoît Durand
Status: newassigned

comment:4 by Simon Charette, 10 months ago

Has patch: set
Patch needs improvement: set
Last edited 10 months ago by Tim Graham (previous) (diff)

comment:5 by Aryan Gholizadeh Mojaveri, 9 months ago

Created a new PR to improve the original patch.

comment:6 by Natalia Bidart, 8 months ago

Owner: changed from Benoît Durand to Aryan Gholizadeh Mojaveri
Patch needs improvement: unset

comment:7 by Natalia Bidart, 8 months ago

Triage Stage: AcceptedReady for checkin

comment:8 by Natalia Bidart, 8 months ago

Resolution: fixed
Status: assignedclosed

Merged fix in main in revision 0450c9bdf1773297c61b4e36850ab997ffd5dde2.
Backported to the stable/5.0.x branch in revision b2601a77f97eb84d7574e6ac68a38a636bdc0e1e.

Note: See TracTickets for help on using tickets.
Back to Top