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

Add General Option to set Spring Logging Level. #24

Open
paulhoule opened this issue Dec 30, 2013 · 0 comments
Open

Add General Option to set Spring Logging Level. #24

paulhoule opened this issue Dec 30, 2013 · 0 comments
Milestone

Comments

@paulhoule
Copy link
Owner

Usually INFO and WARN messages from Spring will drive you up the wall and cause you to miss real problems. Except for the time when you have a Springish problem and the logs tell you exactly what beans are being created or if the local properties didn't get picked up.

There's got to be some way to change the log level at run time, thus we can add something to the centipede shell that accepts an option like

-springLogLevel WARN

so we can change the log level without having to patch the application source code.

Note another option is to have some way to set log4.properties in the local configuraton directory, since presumably people are going to want to be able to do that.

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

1 participant