Skip to content

Commit

Permalink
Moved end of training log from info to debug (aws#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas-kum authored Jul 6, 2020
1 parent 66e80dd commit 0f1ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smdebug/core/access_layer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def training_has_ended(trial_prefix):
# Emit the end of training file only if the job is not running under SageMaker.
if is_sagemaker_job():
logger.info(
logger.debug(
f"The end of training job file will not be written for jobs running under SageMaker."
)
return
Expand Down

0 comments on commit 0f1ab58

Please sign in to comment.