Opened 3 years ago
Closed 3 years ago
#33393 closed Cleanup/optimization (invalid)
Weird title level in logging how-to
Reported by: | Claude Paroz | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the logging how-to, the title of section Using logger hierarchies and propagation
appears very small:
https://docs.djangoproject.com/en/4.0/howto/logging/#using-logger-hierarchies-and-propagation
Either it is defined in the wrong level (under or below Use logger namespacing
?), or the docs style sheet has an issue with titles of that level (<h5>
).
Note:
See TracTickets
for help on using tickets.
h5
styling was missing, see https://github.com/django/djangoproject.com/pull/1135.