You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have timestamp information in the logs persisted by Tekton Results.
Basically the equivalent of kubectl logs --timestamps
Of course this should be opt-in and configurable by a config option.
Use case
For long running pipeline tasks, exact timing information for each log line can be helpful to determine where the elapsed time was spent. We have a custom UI built for Tekton which can show/hide timestamps in logs. Instead of pulling the logs ourselves, we'd like to use Tekton results' logging feature to persist logs and consume them via the API.
The text was updated successfully, but these errors were encountered:
Feature request
I'd like to have timestamp information in the logs persisted by Tekton Results.
Basically the equivalent of
kubectl logs --timestamps
Of course this should be opt-in and configurable by a config option.
Use case
For long running pipeline tasks, exact timing information for each log line can be helpful to determine where the elapsed time was spent. We have a custom UI built for Tekton which can show/hide timestamps in logs. Instead of pulling the logs ourselves, we'd like to use Tekton results' logging feature to persist logs and consume them via the API.
The text was updated successfully, but these errors were encountered: