Skip to content

Commit

Permalink
logger propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jan 14, 2021
1 parent 94b7d84 commit 3a7263d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytorch_lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"""

_logger = python_logging.getLogger("lightning")
_logger.propagate = False
_logger.addHandler(python_logging.StreamHandler())
_logger.setLevel(python_logging.INFO)

Expand Down

0 comments on commit 3a7263d

Please sign in to comment.