--verbose was wired only to the stderr-mirror path. Debug entries got filtered by Logger.level (default 'info' from config) before reaching the mirror — so passing --verbose produced almost no extra output, which made it look broken on a fresh start. Now --verbose lowers the level to 'debug' AND mirrors. Logger exposes `effectiveLevel` so the "daemon started" banner reports what the logger is actually using, not what was in the config file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||