@@ -954,8 +954,9 @@ msgstr ""
954954#: ../../howto/logging-cookbook.rst:1426
955955msgid ""
956956"For more information about this configuration, you can see the `relevant "
957- "section <https://docs.djangoproject.com/en/stable/topics/logging"
958- "/#configuring-logging>`_ of the Django documentation."
957+ "section "
958+ "<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
959+ "logging>`_ of the Django documentation."
959960msgstr ""
960961"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
961962"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1307,9 +1308,9 @@ msgstr "自定义信息对象的使用"
13071308#: ../../howto/logging-cookbook.rst:2013
13081309msgid ""
13091310"There is another, perhaps simpler way that you can use {}- and $- formatting"
1310- " to construct your individual log messages. You may recall (from :ref "
1311- ":`arbitrary-object-messages`) that when logging you can use an arbitrary "
1312- "object as a message format string, and that the logging package will call "
1311+ " to construct your individual log messages. You may recall (from "
1312+ ":ref: `arbitrary-object-messages`) that when logging you can use an arbitrary"
1313+ " object as a message format string, and that the logging package will call "
13131314":func:`str` on that object to get the actual format string. Consider the "
13141315"following two classes::"
13151316msgstr ""
@@ -1416,8 +1417,8 @@ msgid ""
14161417"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14171418"above."
14181419msgstr ""
1419- "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref "
1420- ":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1420+ "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1421+ ":ref: `logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14211422
14221423#: ../../howto/logging-cookbook.rst:2164
14231424msgid "Customized exception formatting"
0 commit comments