Skip to content

Commit ef60387

Browse files
committed
Test CI
1 parent b6cbba6 commit ef60387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/config/config_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_sagemaker_config_logger():
4747
# if a handler is being added, we dont want the root handler to also process the same events
4848
sagemaker_config_logger.propagate = False
4949

50-
return non_repeating_logger(sagemaker_config_logger)
50+
return sagemaker_config_logger
5151

5252

5353
def _log_sagemaker_config_single_substitution(source_value, config_value, config_key_path: str):

0 commit comments

Comments
 (0)