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 output: error message should go to stderr as well by default #15684

Closed
mmalohlava opened this issue Aug 9, 2023 · 0 comments
Closed

Log output: error message should go to stderr as well by default #15684

mmalohlava opened this issue Aug 9, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@mmalohlava
Copy link
Member

The following launch fails but prints nothing in the output:

❯ java -jar h2o.jar -web_ip 8.8.8.8 > /tmp/out.x
❯

The expectation is that ERROR message that can be find in /tmp/out.x should be printed in the logs BUT as well in SDERR by default.

❯ java -jar h2o.jar -web_ip 8.8.8.8 > /tmp/out.x
main ERROR water.default: Cannot find free port for /172.16.2.110 from baseport = 54321
❯
@mn-mikke mn-mikke assigned valenad1 and unassigned mn-mikke Jan 31, 2024
valenad1 added a commit that referenced this issue Feb 14, 2024
valenad1 added a commit that referenced this issue Feb 14, 2024
@valenad1 valenad1 modified the milestones: 3.48.0.1, 3.44.0.4 Feb 15, 2024
valenad1 added a commit that referenced this issue Feb 23, 2024
valenad1 added a commit that referenced this issue Feb 29, 2024
valenad1 added a commit that referenced this issue Feb 29, 2024
…#16054)

* GH-15684 - redirect ERROR and FATAL also to stderr

* GH-15684 - add PR stage to test it

* GH-15684 - move logger test to nightly
@mn-mikke mn-mikke modified the milestones: 3.44.0.4, 3.46.0.1 Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants