@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.11\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2023-03-10 14:15 +0000\n "
17
+ "POT-Creation-Date : 2023-03-17 14:14 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
19
19
"Last-Translator : Takeshi Nakazato, 2023\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -916,10 +916,17 @@ msgid ""
916
916
"dummy request will always appear together in a log line). This is "
917
917
"illustrated by the following shell output:"
918
918
msgstr ""
919
+ "上記のコードを実行すると、およそ半分のリクエストが :file:`app1.log` に、残り"
920
+ "半分が :file:`app2.log` にそれぞれ記録され、同時に全てのリクエストが :file:"
921
+ "`app.log` に記録されることがわかるでしょう。それぞれの web アプリケーション固"
922
+ "有のログはそれぞれのアプリケーションからのログエントリだけを含み、リクエスト"
923
+ "情報が矛盾なくログに表示されている (すなわち、各ダミーリクエストの情報は常に"
924
+ "ログの行とともに現れる) はずです。このことは以下のシェルコマンドの出力により"
925
+ "例示されています:"
919
926
920
927
#: ../../howto/logging-cookbook.rst:1218
921
928
msgid "Imparting contextual information in handlers"
922
- msgstr ""
929
+ msgstr "ハンドラ内でのコンテキスト情報の付与 "
923
930
924
931
#: ../../howto/logging-cookbook.rst:1220
925
932
msgid ""
@@ -928,6 +935,10 @@ msgid ""
928
935
"handlers, you can use a filter that returns a new :class:`~LogRecord` "
929
936
"instead of modifying it in-place, as shown in the following script::"
930
937
msgstr ""
938
+ ":class:`~Handler` はそれぞれ一連のフィルタを独自に持っています。コンテキスト"
939
+ "情報を、他のハンドラに漏らすことなく :class:`LogRecord` に付加したい場合、以"
940
+ "下に示すスクリプトのように、直接レコードを編集する代わりに新しい :class:"
941
+ "`~LogRecord` を返すフィルタを使うことができます::"
931
942
932
943
#: ../../howto/logging-cookbook.rst:1247
933
944
msgid "Logging to a single file from multiple processes"
@@ -1053,7 +1064,7 @@ msgstr ""
1053
1064
1054
1065
#: ../../howto/logging-cookbook.rst:1524
1055
1066
msgid "Deploying Web applications using Gunicorn and uWSGI"
1056
- msgstr ""
1067
+ msgstr "Gunicorn と uWSGI を用いた Web アプリケーションのデプロイ "
1057
1068
1058
1069
#: ../../howto/logging-cookbook.rst:1526
1059
1070
msgid ""
0 commit comments