You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Sachin Patel (JIRA)" <de...@geronimo.apache.org> on 2005/12/29 21:27:01 UTC

[jira] Created: (GERONIMO-1404) Can't set server startup verbosity to INFO

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


[jira] Updated: (GERONIMO-1404) Can't set server startup verbosity to INFO

Posted by "Alan Cabrera (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1404?page=all ]

Alan Cabrera updated GERONIMO-1404:
-----------------------------------

    Fix Version:     (was: 1.0)

Not a show stopper

> 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

>
> 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


[jira] Assigned: (GERONIMO-1404) Can't set server startup verbosity to INFO

Posted by "Tim McConnell (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1404?page=all ]

Tim McConnell reassigned GERONIMO-1404:
---------------------------------------

    Assignee: Tim McConnell

> Can't set server startup verbosity to INFO
> ------------------------------------------
>
>                 Key: GERONIMO-1404
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1404
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: startup/shutdown
>    Affects Versions: 1.0
>            Reporter: Sachin Patel
>         Assigned To: Tim McConnell
>
> 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

        

[jira] Commented: (GERONIMO-1404) Can't set server startup verbosity to INFO

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
    [ 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