mirror of
https://github.com/clearml/clearml-server
synced 2025-04-25 08:35:10 +00:00
Fix incorrect formatted timestamp in events.download_task_log
This commit is contained in:
parent
7816b402bb
commit
dccf9dd8f8
@ -185,7 +185,7 @@ def download_task_log(call, company_id, _):
|
||||
if not log_events:
|
||||
break
|
||||
for ev in log_events:
|
||||
ev["asctime"] = ev.pop("@timestamp")
|
||||
ev["asctime"] = ev.pop("timestamp")
|
||||
if is_json:
|
||||
ev.pop("type")
|
||||
ev.pop("task")
|
||||
|
Loading…
Reference in New Issue
Block a user