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

Update logging message to INFO only as it is not an error scenario #2286

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

lilgreenbird
Copy link
Contributor

No description provided.

@lilgreenbird lilgreenbird merged commit 9a3e471 into main Jan 3, 2024
17 checks passed
@lilgreenbird lilgreenbird deleted the warning branch January 11, 2024 21:44
@ggrohmann
Copy link

Is it possible, that this issue still is printed as a warning?

The Description changed from WARNING to INFORMATION, when the log writes it. However, it still appears in the error/ warning console, but not in the standard console.

For me, this occurs while running the application from the command line with having the stdout set to 2 different files through c:\command.cmd 1> stdlog.txt 2> errlog.txt : The message still appears in the errlog.txt

@David-Engel
Copy link
Collaborator

Is it possible, that this issue still is printed as a warning?

The Description changed from WARNING to INFORMATION, when the log writes it. However, it still appears in the error/ warning console, but not in the standard console.

For me, this occurs while running the application from the command line with having the stdout set to 2 different files through c:\command.cmd 1> stdlog.txt 2> errlog.txt : The message still appears in the errlog.txt

This will depend on how you have your logging handler(s) configured.

@ggrohmann
Copy link

ggrohmann commented Feb 12, 2024

This will depend on how you have your logging handler(s) configured.

Yeah, good point. Since I am just running a tp application (apache hop), I probably have to check there, how it is done there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed/Merged PRs
5 participants