Skip to content

fix(pr): write rate limit and API error messages to stderr#3

Merged
vdemeester merged 2 commits intomainfrom
fix/stderr-api-errors
Jan 30, 2026
Merged

fix(pr): write rate limit and API error messages to stderr#3
vdemeester merged 2 commits intomainfrom
fix/stderr-api-errors

Conversation

@vdemeester
Copy link
Copy Markdown
Owner

Operational logs should go to stderr, not stdout.

vdemeester and others added 2 commits January 30, 2026 19:53
Info messages are metadata about the process, not actual output.
Writing them to stderr allows piping stdout to other tools like lazypr:

  nixpkgs-pr-watch -o urls | xargs lazypr

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
These messages are operational logs, not program output.
Writing them to stderr allows piping stdout to other tools.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vdemeester vdemeester merged commit fbb141d into main Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant