We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why do not you use stderr? I need a description of the error. I can add to the code (line 2):
error! (target: TAG, "Execution error: {}", err); eprintln! ("{} Execution error: {}", TAG, err); // STDERR exit (3);
? Or are there other solutions?
The text was updated successfully, but these errors were encountered:
Log error messages to stderr
c13d5f9
When the log level is Error, print on stderr instead of stdout. See <#62>.
You're absolutely right, errors should be printed on stderr (I thought they were). 👍
Fixed by c13d5f9.
Sorry, something went wrong.
rom1v
No branches or pull requests
why do not you use stderr?
I need a description of the error.
I can add to the code (line 2):
?
Or are there other solutions?
The text was updated successfully, but these errors were encountered: