results icon indicating copy to clipboard operation
results copied to clipboard

Add watcher option logs_timestamps to store taskrun logs with timestamps

Open thomascube opened this issue 6 months ago • 10 comments

Changes

Adds a watcher CLI argument logs_timestamps which is passed through to the tektoncd/cli/pkg/options to collect container logs with timestamps.

Requested in #671

/kind feature

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

  • [ ] Has Docs included if any changes are user facing
  • [ ] Has Tests included if any functionality added or changed
  • [ ] Tested your changes locally (if this is a code change)
  • [ ] Follows the commit message standard
  • [ ] Meets the Tekton contributor standards (including functionality, content, code)
  • [ ] Has a kind label. You can add a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • [ ] Release notes block below has been updated with any user-facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • [ ] Release notes contain the string "action required" if the change requires additional action from users switching to the new release

Release Notes

Add watcher option logs_timestamps to store taskrun logs with timestamps (#671)

thomascube avatar Aug 20 '24 14:08 thomascube