Skip to content

Standardize logging with logrus

Daniel Paul Searles requested to merge standardize-logs into master

What does this MR do?

  • Set logrus formatter with common's logutil package.
  • Replace fmt print calls with the appropriate logrus calls.
  • Add info logs when executing large steps.
  • Add debug log for output exec calls.

What are the relevant issue numbers?

gitlab-org/gitlab#10880 (closed)

Does this MR meet the acceptance criteria?

Merge request reports