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
The current "debug=2" would show levels 2 and below to the screen. It can be cumbersome to redirect to a file, e.g.
program ... debug=2 2>p2.log
so perhaps it might be useful to have an option "debug=2,p2.log" which effectively does the same
program ... debug=2,p2.log
The danger of using pipes is now that the order of debug output can (and will) be out of order.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current "debug=2" would show levels 2 and below to the screen. It can be cumbersome to redirect to a file, e.g.
so perhaps it might be useful to have an option "debug=2,p2.log" which effectively does the same
The danger of using pipes is now that the order of debug output can (and will) be out of order.
The text was updated successfully, but these errors were encountered: