uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

Add logging timestamps to build logs #18

Closed shreddedbacon closed 2 years ago

shreddedbacon commented 3 years ago

This PR allows us to selectively add timestamps to anything that pulls container logs from pods.

This particular PR only adds the timestamps to build logs, but it could also be possible to get them for tasks that run too.

shreddedbacon commented 3 years ago

Need to update this to be a feature flag, with the default being disabled.

shreddedbacon commented 2 years ago

Closing as this probably isn't needed