[1.6.x] Added link to LogRecord attributes in logging.txt

Backport of c5b4145fca from master
This commit is contained in:
Gabe Jackson 2014-09-11 21:37:16 +02:00 committed by Tim Graham
parent cc8486b6fe
commit 31b5e3e010
1 changed files with 3 additions and 2 deletions

View File

@ -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
=============