[ http://issues.apache.org/jira/browse/GERONIMO-1404?page=comments#action_12361569 ]
Donald Woods commented on GERONIMO-1404: ---------------------------------------- Actual problem, is that log4j.rootCategory=INFO, which blocks DEBUG or TRACE statements from being created, even though the Console log level is being set to the passed in level. A new GeronimoLogging setting needs to be created to track when the default logging level is overridden by a command line argument, so Log4JService.setRootLoggerLevel() can be set properly in Log4JService.reconfigure(), so the increased logging level is not lost when server-log4j.properties is loaded. > Can't set server startup verbosity to INFO > ------------------------------------------ > > Key: GERONIMO-1404 > URL: http://issues.apache.org/jira/browse/GERONIMO-1404 > Project: Geronimo > Type: Bug > Components: startup/shutdown > Versions: 1.0 > Reporter: Sachin Patel > Fix For: 1.0 > > Starting the server with the verbosity option dones't work correctly. > Regardless of the value specified (-v or -vv), the verbosity is always DEBUG. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
