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
We use slog_async for logging. Sometimes, logs to stderr never show when they should, because the program terminates before it's logged. Maybe we're using std::process::exit somewhere? See https://docs.rs/slog-async/2.6.0/slog_async/#beware-of-stdprocessexit.
slog_async
std::process::exit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use
slog_async
for logging. Sometimes, logs to stderr never show when they should, because the program terminates before it's logged. Maybe we're usingstd::process::exit
somewhere? See https://docs.rs/slog-async/2.6.0/slog_async/#beware-of-stdprocessexit.The text was updated successfully, but these errors were encountered: