From 31b5e3e010e30877d073b2c82061f82e5762d1d5 Mon Sep 17 00:00:00 2001 From: Gabe Jackson Date: Thu, 11 Sep 2014 21:37:16 +0200 Subject: [PATCH] [1.6.x] Added link to LogRecord attributes in logging.txt Backport of c5b4145fca from master --- docs/topics/logging.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 0c7f7b7974..e115df0ccf 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 `; however, +you can also write custom formatters to implement specific formatting behavior. Using logging =============