This is why the default-to-teach print in ziglang is std.debug.print -- this goes to stderr and the name implies you should yank them before cutting a release
That makes sense. For example, with curl, I have been redirecting the output from stderr to stdout with 2>&1 and grep to filter.
Now, I am seeing the dots connected why apps like curl sends the output to stderr!