You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.