mirror of
https://github.com/Hopiu/django.git
synced 2026-04-30 11:44:45 +00:00
Added link to LogRecord attributes in logging.txt
This commit is contained in:
parent
9a5fe5b29f
commit
c5b4145fca
1 changed files with 3 additions and 2 deletions
|
|
@ -113,8 +113,9 @@ Formatters
|
|||
|
||||
Ultimately, a log record needs to be rendered as text. Formatters
|
||||
describe the exact format of that text. A formatter usually consists
|
||||
of a Python formatting string; however, you can also write custom
|
||||
formatters to implement specific formatting behavior.
|
||||
of a Python formatting string containing
|
||||
:ref:`LogRecord attributes <python:logrecord-attributes>`; however,
|
||||
you can also write custom formatters to implement specific formatting behavior.
|
||||
|
||||
Using logging
|
||||
=============
|
||||
|
|
|
|||
Loading…
Reference in a new issue