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

Make debug output optional #6

Closed
ThinkOpenly opened this issue Mar 6, 2024 · 2 comments
Closed

Make debug output optional #6

ThinkOpenly opened this issue Mar 6, 2024 · 2 comments

Comments

@ThinkOpenly
Copy link
Owner

ThinkOpenly commented Mar 6, 2024

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.

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.
@snapdgn
Copy link

snapdgn commented Mar 17, 2024

should we close this now?

@ThinkOpenly
Copy link
Owner Author

should we close this now?

Agreed!
Fixed by c65ddd8 and af24cf8.
Thanks!

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants