You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/04/05 15:44:32 UTC

[jira] Created: (GERONIMO-3065) Inappropriate logging levels in Yoko SocketFactory class.

Inappropriate logging levels in Yoko SocketFactory class. 
----------------------------------------------------------

                 Key: GERONIMO-3065
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3065
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: CORBA
    Affects Versions: 2.0-M5
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
            Priority: Trivial
             Fix For: 2.0-M5


There are several messages in the yoko SocketFactory being put out at an info level instead of debug.  This needs to be fixed.  One of the messages in particular is expensive to construct, so it should also be protected by an isDebugEnabled() test. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3065) Inappropriate logging levels in Yoko SocketFactory class.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-3065.
----------------------------------

    Resolution: Fixed

Committed revision 525832.

> Inappropriate logging levels in Yoko SocketFactory class. 
> ----------------------------------------------------------
>
>                 Key: GERONIMO-3065
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3065
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: CORBA
>    Affects Versions: 2.0-M5
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>            Priority: Trivial
>             Fix For: 2.0-M5
>
>
> There are several messages in the yoko SocketFactory being put out at an info level instead of debug.  This needs to be fixed.  One of the messages in particular is expensive to construct, so it should also be protected by an isDebugEnabled() test. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.