Skip to content

Commit

Permalink
more logging;
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 28, 2023
1 parent 27cb037 commit a0c8624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def main(_):
workload_class = workload_metadata['workload_class_name']
logging.info(f'workload : {workload_path}')
logging.info(f'workload class: {workload_class}')

logging.info(f'workload max run time: {workload.max_allowed_runtime_sec}')
experiment_name = FLAGS.experiment_name
if experiment_name and FLAGS.append_timestamp:
experiment_name += datetime.datetime.now().strftime('-%Y-%m-%d-%H-%M-%S')
Expand Down

0 comments on commit a0c8624

Please sign in to comment.