humanmade / humanmade/Cavalcade-Runner

STDOUT and STDERR

Open
#18 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
56
Forks
27
PR merge metrics
No merged PRs in 30d

Description

The runner is quite noisy so we're sending all `STDOUT` to `/dev/null`. However it seems like since only `printf()` is used, all output is `STDOUT` and no `STDERR` is ever sent. Could we switch from `printf()` to something like `fwrite()`?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the runner's printf() calls and the code that redirects STDOUT to /dev/null. Trace how normal and error output are written, then verify that diagnostic output reaches STDERR while the runner remains quiet on STDOUT.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.