summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabe Jackson <gabejackson@cxg.ch>2014-09-11 21:37:16 +0200
committerTim Graham <timograham@gmail.com>2014-09-11 15:42:40 -0400
commitd321218a5251aeaeb6ed4da851faa829b9e25d0f (patch)
tree12cd529b472344e7b6d2df6dcd903740c5e952f9 /docs
parenta358e8dc4441c4b20133d0686b8b9ff57fcc2eb6 (diff)
[1.7.x] Added link to LogRecord attributes in logging.txt
Backport of c5b4145fca from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/logging.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 1755a4f12b..6af581d5d0 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -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
=============