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

log information should be issued to stderr not to stdout #36

Open
loloicci opened this issue Jan 26, 2024 · 2 comments
Open

log information should be issued to stderr not to stdout #36

loloicci opened this issue Jan 26, 2024 · 2 comments

Comments

@loloicci
Copy link

some information log is issued to stdout in some scripts. For example

echo "Using temporary dir $TMP_DIR"
.

It should be redirected to stderr.

@zemyblue
Copy link
Member

zemyblue commented Jan 26, 2024

This log helps to check runtime log.
It is very useful in error case. But we can also check and do monitoring in normal case.
So I think it is necessary.

@loloicci
Copy link
Author

loloicci commented Jan 29, 2024

I think it is necessary.

My opinion is not discarding this log, but redirecting to stderr.

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