Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
dd3a7f96
Unverified
Commit
dd3a7f96
authored
Feb 13, 2021
by
Lysandre Debut
Committed by
GitHub
Feb 13, 2021
Browse files
Revert propagation (#10171)
parent
641f418e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/transformers/utils/logging.py
src/transformers/utils/logging.py
+1
-0
No files found.
src/transformers/utils/logging.py
View file @
dd3a7f96
...
...
@@ -85,6 +85,7 @@ def _configure_library_root_logger() -> None:
library_root_logger
=
_get_library_root_logger
()
library_root_logger
.
addHandler
(
_default_handler
)
library_root_logger
.
setLevel
(
_get_default_logging_level
())
library_root_logger
.
propagate
=
False
def
_reset_library_root_logger
()
->
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment