Skip to content

Update logging for processing multi runner

Steve Xuereb requested to merge fix-logging into master

What does this MR do?

Update logging for processing multi runner

Why was this MR needed?

We are logging the same thing twice at a different level, change it so that it is only logged once where we call processRunner at an error level with the executor information.

Before After
Screen_Shot_2019-01-23_at_15.27.51 Screen_Shot_2019-01-23_at_15.31.39

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Kamil Trzciński

Merge request reports