Skip to content

Commit

Permalink
grammar correction
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 10, 2024
1 parent e389780 commit 74b2d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/sky_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _setup_logger():
# being propagated to the parent logger.
_root_logger.propagate = False
if env_options.Options.SUPPRESS_SENSITIVE_LOG.get():
# If the sensitive log is enabled, we re init a new handler
# If the sensitive log is enabled, we reinitialize a new handler
# and force set the level to INFO to suppress the debug logs
# for certain loggers.
for logger_name in _SENSITIVE_LOGGER:
Expand Down

0 comments on commit 74b2d6e

Please sign in to comment.