forked from rems-project/sail
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Make debug output optional #6
Comments
snapdgn
added a commit
to snapdgn/sail
that referenced
this issue
Mar 12, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes ThinkOpenly#6.
snapdgn
added a commit
to snapdgn/sail
that referenced
this issue
Mar 13, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes ThinkOpenly#6.
ThinkOpenly
pushed a commit
that referenced
this issue
Mar 14, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes #6.
should we close this now? |
rod7760
pushed a commit
to rod7760/sail
that referenced
this issue
Mar 29, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes ThinkOpenly#6.
ThinkOpenly
pushed a commit
that referenced
this issue
Mar 29, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes #6.
ThinkOpenly
pushed a commit
that referenced
this issue
Jun 17, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes #6.
ThinkOpenly
pushed a commit
that referenced
this issue
Sep 16, 2024
In the JSON Backend, currently all the debug output is emitted to stderr by default. Introduce a conditional environment variable `DEBUG_OUT` to control debug output. Fixes #6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lots and lots of debug-level output is emitted to standard error.
It would be nice to make this debug output optional, perhaps via a command-line parameter (--debug?) or environment variable.
The text was updated successfully, but these errors were encountered: