Skip to content

Re-enable debug logging of Git commands and output

Mark Lapierre requested to merge ml-qa-repo-logging into master

What does this MR do?

Re-implement debug logging of Git commands executed via Git::Repository. It ended up not working after Runtime::Env.verbose? was replaced with Runtime::Env.debug?

Also use Runtime::Logger instead of warn for consistent logging.

Does this MR meet the acceptance criteria?

Merge request reports