Commit 31b5e3e0 authored by Gabe Jackson's avatar Gabe Jackson Committed by Tim Graham
Browse files

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

Backport of c5b4145f from master
parent cc8486b6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
=============