I have a web application in which I am using java.util.logging. In my logging.properties files default level is info. I have loggers in my application for all levels of logging (info, debug, fatal etc). This web application will be deployed on WebSphere 8.
What if I want to change logging level, lets say from info to error, of application through WAS admin console at runtime? How can I achieve this?