Skip to content

Commit 937acaa

Browse files
debugging
1 parent 3809157 commit 937acaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/config/config_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _log_sagemaker_config_single_substitution(source_value, config_value, config
138138
)
139139
else:
140140
# nothing was specified in the config and nothing is being automatically applied
141-
logger.debug("Skipped value because no value defined\n config key = %s", config_key_path)
141+
logger.debug("Skipped value VALUE because no value defined\n config key = %s, source_value = %s", config_key_path, source_value_log_copy)
142142

143143

144144
def _log_sagemaker_config_merge(
@@ -214,7 +214,7 @@ def _log_sagemaker_config_merge(
214214

215215
else:
216216
# nothing was specified in the config and nothing is being automatically applied
217-
logger.debug("Skipped value because no value defined\n config key = %s", config_key_path)
217+
logger.debug("Skipped value NO SOURCE because no value defined\n config key = %s", config_key_path)
218218

219219

220220
def non_repeating_log_factory(logger: logging.Logger, method: str, cache_size=100) -> Callable:

0 commit comments

Comments
 (0)