Skip to content

fix: emit error output from hooks into the local (systemd) logging

Lars Kruse requested to merge lars/pipedput:lars-more-error-output into main

Previous behavior:

  • the twine error output went into stdout (which is not visible via journalctl)
  • the dput error output was empty and the stdout output was not visible in the log message (i.e. nothing ended up in the log file)

Merge request reports