-
Notifications
You must be signed in to change notification settings - Fork 30
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
Warnings in teamcity-server.log #153
Comments
Hi @ogerovich. Thanks taking the time to report this. Do you work with jetbrains? Is this a solvable problem, and I'm doing something wrong? |
Oh. Looking at the code this should have a public constructor. I'll try to fix over the weekend. |
Hi @netwolfuk. |
Thanks. That's cool. I've fixed the issue, I just want to do some more testing and will do a release this weekend. |
Some TeamCity pages had protected constructors - now made public. Lots of noisy logging messages reduced from INFO to DEBUG. Hopefully, the logging level is not more useful and less verbose for uses with the minimum level set to INFO (the default for a TeamCity install).
1.1.362.398 Released. Closing ticket. |
Thank you. I deployed the plugin. No more warnings. |
Great. Thanks for the feedback |
Some TeamCity pages had protected constructors - now made public. Lots of noisy logging messages reduced from INFO to DEBUG. Hopefully, the logging level is now more useful and less verbose for users with the minimum level set to INFO (the default for a TeamCity install). Conflicts: tcwebhooks-core/src/main/java/webhook/teamcity/WebHookListener.java tcwebhooks-core/src/main/java/webhook/teamcity/settings/WebHookMainSettings.java tcwebhooks-web-ui/src/main/java/webhook/teamcity/extension/WebHookBuildTypeTabExtension.java tcwebhooks-web-ui/src/main/java/webhook/teamcity/extension/WebHookProjectTabExtension.java
Expected Behavior
No WARN messages from the plugin.
Current Behavior
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: