Skip to content

Improve logging in WorkflowTestRunner

Tadej Novak requested to merge tadej/athena:wt/logging into master

Improve logging in WorkflowTestRunner:

  • use TRF_NOECHO=1 and then print the main log in case of a substeb fails unexpectedly (but not if a step already failed before as obviously no downstream steps will run then)
  • make custom PRINT level without any prefix to print logs and diffs so they are flushed properly

Tagging some people that this was discussed with: @christos, @rbielski, @jchapman, @fwinkl

Merge request reports