Skip to content

Commit e24378e

Browse files
committed
Add check_job_completion_time in the tutorial configuration
1 parent 8c77222 commit e24378e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorial/config/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,14 @@ class ReframeSettings:
120120
'prefix': '%(check_system)s/%(check_partition)s',
121121
'level': 'INFO',
122122
'format': (
123-
'%(asctime)s|reframe %(version)s|'
123+
'%(check_job_completion_time)s|reframe %(version)s|'
124124
'%(check_info)s|jobid=%(check_jobid)s|'
125125
'%(check_perf_var)s=%(check_perf_value)s|'
126126
'ref=%(check_perf_ref)s '
127127
'(l=%(check_perf_lower_thres)s, '
128128
'u=%(check_perf_upper_thres)s)'
129129
),
130+
'datefmt': '%FT%T%:z',
130131
'append': True
131132
}
132133
]

0 commit comments

Comments
 (0)