Skip to content

Commit 92ee5e1

Browse files
committed
Closes #578 - update howto/logging.po to reflect recent changes
1 parent 4801a6f commit 92ee5e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

howto/logging.po

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,6 @@ msgstr ""
995995
" 속성을 쉽게 수정할 수 있다는 것입니다."
996996

997997
#: ../Doc/howto/logging.rst:695
998-
#, fuzzy
999998
msgid ""
1000999
"The :func:`fileConfig` function takes a default parameter, "
10011000
"``disable_existing_loggers``, which defaults to ``True`` for reasons of "
@@ -1007,11 +1006,10 @@ msgid ""
10071006
msgstr ""
10081007
":func:`fileConfig` 함수는 기본 매개 변수 ``disable_existing_loggers`` 를 취하는데, 하위 "
10091008
"호환성을 위해 기본값은 ``True`` 입니다. 이것들은 여러분이 원하는 것일 수도 있고 아닐 수도 있습니다. 왜냐하면 "
1010-
":func:`fileConfig` 호출 전에 존재하는 모든 로거들이, 구성에서 명시적으로 명명되지 않는 한, 비활성화되기 "
1009+
":func:`fileConfig` 호출 전에 존재하는 모든 비 루트 로거들이, 구성에서 명시적으로 명명되지 않는 한, 비활성화되기 "
10111010
"때문입니다. 자세한 내용은 참조 설명서를 참조하고, 원한다면 이 매개 변수에 ``False`` 를 지정하십시오."
10121011

10131012
#: ../Doc/howto/logging.rst:703
1014-
#, fuzzy
10151013
msgid ""
10161014
"The dictionary passed to :func:`dictConfig` can also specify a Boolean "
10171015
"value with key ``disable_existing_loggers``, which if not specified "
@@ -1152,7 +1150,6 @@ msgstr ""
11521150
" 최상의 기본 동작인 것으로 간주합니다."
11531151

11541152
#: ../Doc/howto/logging.rst:802
1155-
#, fuzzy
11561153
msgid ""
11571154
"If for some reason you *don't* want these messages printed in the absence"
11581155
" of any logging configuration, you can attach a do-nothing handler to the"

0 commit comments

Comments
 (0)