You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2006/07/20 17:40:14 UTC

DO NOT REPLY [Bug 40083] New: - Strange logging behaviour

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40083>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40083

           Summary: Strange logging behaviour
           Product: Log4j
           Version: 1.2
          Platform: Sun
        OS/Version: SunOS
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Appender
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: naveen.bandhu@crealogix.com


In Production, application server crashdown and after restarting the server, log
written by log4j was strange. Same appender was writing logs written by a
particular class and not others. The only difference i found was:

Src code of class writting logs 
   	if (log.isInfoEnabled()) {
    		log.info("Session created: "+ se.getSession().getId());
    	}

and classes not writing logs are not checking the log.isInfoEnabled() option. 

Again after proper restart and redeployment the logs are written properly.

App Server: Weblogic 8.1.5
Log4j: 1.2.8.
OS : Solaris sparc 9

Thanks in advance for help

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


DO NOT REPLY [Bug 40083] - Strange logging behaviour

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40083>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40083


carnold@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From carnold@apache.org  2006-09-01 05:27 -------
Not enough information to reproduce or diagnose.  Might try asking these types of questions on log4j-
user@logging.apache.org.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org