Преглед на файлове

Added link to LogRecord attributes in logging.txt

Gabe Jackson преди 10 години
родител
ревизия
c5b4145fca
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      docs/topics/logging.txt

+ 3 - 2
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
 =============