summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Jackson <gabejackson@cxg.ch>2014-09-11 21:37:16 +0200
committerGabe Jackson <gabejackson@cxg.ch>2014-09-11 21:37:16 +0200
commitc5b4145fca75282b79848e0ff02a5aa4378770c7 (patch)
treeb7d9be6095b5627c04ddfe0af5430d589c6ca3a5
parent9a5fe5b29fd431431a53da63ad8825d878ee5878 (diff)
Added link to LogRecord attributes in logging.txt
-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 b515544ebd..95556b5265 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
=============