-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Added logger field #366
Added logger field #366
Conversation
As said in the ticket, no reason for the field. So I would close this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like consistency, so the changes make sense to me. Please check if there is any other place in the codebase where similar thing occurs, so we can align.
I will temporarily put a hold on this PR, because code owner (@krankkkk) disagrees with the changes. ^^
If I find something will I add that to this PR itself, or another one? |
This PR is fine |
SonarLint is unhappy that |
All loggers should be private, so change that |
Um, I cannot do that, it is a class from Spring that is causing this issue. Note that the logger there is of class |
Rename our logger to log ig? Just Sonarlint being stupid again |
I could suppress that warning, imo that would be better. |
Then I'd do that |
logviewer/src/main/java/org/togetherjava/tjbot/logwatcher/Application.java
Outdated
Show resolved
Hide resolved
seems like we agreed on how to proceed with this ^^
Kudos, SonarCloud Quality Gate passed! |
Fixes #365