terminus icon indicating copy to clipboard operation
terminus copied to clipboard

Send verbose output to stderr, not stdout

Open deviantintegral opened this issue 4 months ago • 0 comments

If you specify -vvv to debug terminus, you can't also have a downstream tool parse json from --format=json because of the invalid JSON lines.

Verbose logs should go to standard error, so consumers can still have reliable output to work with.

deviantintegral avatar Nov 14 '25 20:11 deviantintegral