[PR #381] [CLOSED] Error logging #817

Closed
opened 2025-12-29 01:29:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/381
Author: @helmo
Created: 4/17/2017
Status: Closed

Base: masterHead: errorlogging


📝 Commits (2)

  • 5da7898 Remove double output redirection, _exiterr already does >&2
  • 1b27fe7 Redirect additional errors to STDERR

📊 Changes

1 file changed (+12 additions, -12 deletions)

View changed files

📝 dehydrated (+12 -12)

📄 Description

While looking into #378 I noticed a few lines were still printed to stdout instead of stderr. And two lines where redirection happens twice.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/381 **Author:** [@helmo](https://github.com/helmo) **Created:** 4/17/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `errorlogging` --- ### 📝 Commits (2) - [`5da7898`](https://github.com/dehydrated-io/dehydrated/commit/5da78980af1ac48bef180cec2f2aca758614fab4) Remove double output redirection, _exiterr already does >&2 - [`1b27fe7`](https://github.com/dehydrated-io/dehydrated/commit/1b27fe7a9d3f75b58b32e6290079d3c7114fdaf6) Redirect additional errors to STDERR ### 📊 Changes **1 file changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+12 -12) </details> ### 📄 Description While looking into #378 I noticed a few lines were still printed to stdout instead of stderr. And two lines where redirection happens twice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:27 +01:00
adam closed this issue 2025-12-29 01:29:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#817