Skip to content
New issue

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

debug logging to a file #150

Open
teuben opened this issue Aug 7, 2024 · 0 comments
Open

debug logging to a file #150

teuben opened this issue Aug 7, 2024 · 0 comments

Comments

@teuben
Copy link
Owner

teuben commented Aug 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant