We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cbba6 commit ef60387Copy full SHA for ef60387
src/sagemaker/config/config_utils.py
@@ -47,7 +47,7 @@ def get_sagemaker_config_logger():
47
# if a handler is being added, we dont want the root handler to also process the same events
48
sagemaker_config_logger.propagate = False
49
50
- return non_repeating_logger(sagemaker_config_logger)
+ return sagemaker_config_logger
51
52
53
def _log_sagemaker_config_single_substitution(source_value, config_value, config_key_path: str):
0 commit comments