input-output-hk / cicero

event-driven automation for Nomad
https://handbook.cicero.ci.iog.io
41 stars 11 forks source link

Log output contains redundant timestamps #60

Closed michaelpj closed 1 year ago

michaelpj commented 1 year ago

image

The same timestamp appears multiple times here, making the log output much longer than it needs to be since the timestamp is one of the longest bits.

dermetfan commented 1 year ago

This is not a cicero bug but a problem with nomad's podman driver. We plan to post-process its logs in vector to get rid of the double timestamp though, or get rid of the podman driver altogether as it also causes #69.

dermetfan commented 1 year ago

Closing as there are virtually no podman jobs left, they are all exec now.