Skip to content

v0.0.7

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 28 Apr 07:33
· 48 commits to master since this release
1241a03

Modules affected

  • Logging

Description

  • git-xargs will now write the stdout / stderr from the command it runs directly to the logs, as plain text, rather than using structured logging / logrus fields. The problem with using fields, as we did before, was the log output got shoved into JSON, with all sorts of characters escaped (e.g., newlines become \n), which made it hard to read the log output when debugging. Now it should be a lot easier to read.

Related links