@@ -948,9 +948,8 @@ msgstr ""
948948#: ../../howto/logging-cookbook.rst:1426
949949msgid ""
950950"For more information about this configuration, you can see the `relevant "
951- "section "
952- "<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
953- "logging>`_ of the Django documentation."
951+ "section <https://docs.djangoproject.com/en/stable/topics/logging"
952+ "/#configuring-logging>`_ of the Django documentation."
954953msgstr ""
955954"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
956955"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1302,9 +1301,9 @@ msgstr "自定义日志信息对象的使用"
13021301#: ../../howto/logging-cookbook.rst:2013
13031302msgid ""
13041303"There is another, perhaps simpler way that you can use {}- and $- formatting"
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 "
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 "
13081307":func:`str` on that object to get the actual format string. Consider the "
13091308"following two classes::"
13101309msgstr ""
@@ -1411,8 +1410,8 @@ msgid ""
14111410"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14121411"above."
14131412msgstr ""
1414- "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1415- ":ref: `logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1413+ "与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref "
1414+ ":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14161415
14171416#: ../../howto/logging-cookbook.rst:2164
14181417msgid "Customized exception formatting"
0 commit comments