@@ -954,9 +954,8 @@ msgstr ""
954954#: ../../howto/logging-cookbook.rst:1426
955955msgid ""
956956"For more information about this configuration, you can see the `relevant "
957- "section "
958- "<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
959- "logging>`_ of the Django documentation."
957+ "section <https://docs.djangoproject.com/en/stable/topics/logging"
958+ "/#configuring-logging>`_ of the Django documentation."
960959msgstr ""
961960"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
962961"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1308,9 +1307,9 @@ msgstr "自定义信息对象的使用"
13081307#: ../../howto/logging-cookbook.rst:2013
13091308msgid ""
13101309"There is another, perhaps simpler way that you can use {}- and $- formatting"
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 "
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 "
13141313":func:`str` on that object to get the actual format string. Consider the "
13151314"following two classes::"
13161315msgstr ""
@@ -1417,8 +1416,8 @@ msgid ""
14171416"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14181417"above."
14191418msgstr ""
1420- "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1421- ":ref: `logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1419+ "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref "
1420+ ":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14221421
14231422#: ../../howto/logging-cookbook.rst:2164
14241423msgid "Customized exception formatting"
0 commit comments