@@ -948,8 +948,9 @@ msgstr ""
948948#: ../../howto/logging-cookbook.rst:1426
949949msgid ""
950950"For more information about this configuration, you can see the `relevant "
951- "section <https://docs.djangoproject.com/en/stable/topics/logging"
952- "/#configuring-logging>`_ of the Django documentation."
951+ "section "
952+ "<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
953+ "logging>`_ of the Django documentation."
953954msgstr ""
954955"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
955956"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1301,9 +1302,9 @@ msgstr "自定义日志信息对象的使用"
13011302#: ../../howto/logging-cookbook.rst:2013
13021303msgid ""
13031304"There is another, perhaps simpler way that you can use {}- and $- formatting"
1304- " to construct your individual log messages. You may recall (from :ref "
1305- ":`arbitrary-object-messages`) that when logging you can use an arbitrary "
1306- "object as a message format string, and that the logging package will call "
1305+ " to construct your individual log messages. You may recall (from "
1306+ ":ref: `arbitrary-object-messages`) that when logging you can use an arbitrary"
1307+ " object as a message format string, and that the logging package will call "
13071308":func:`str` on that object to get the actual format string. Consider the "
13081309"following two classes::"
13091310msgstr ""
@@ -1410,8 +1411,8 @@ msgid ""
14101411"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14111412"above."
14121413msgstr ""
1413- "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref "
1414- ":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1414+ "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1415+ ":ref: `logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14151416
14161417#: ../../howto/logging-cookbook.rst:2164
14171418msgid "Customized exception formatting"
0 commit comments