[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-282) Review DEBUG level logging volume

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Jan 26 04:01:19 EST 2010


Review DEBUG level logging volume
---------------------------------

                 Key: JBOSGI-282
                 URL: https://jira.jboss.org/jira/browse/JBOSGI-282
             Project: JBoss OSGi
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Productization
            Reporter: Thomas Diesler
             Fix For:  JBossOSGi 1.0.x


http://blogs.jboss.org/blog/dimitris/2005/04/01/AC08547736BD16504BEC955AEBDAA48F.txt

Another factor that isDebugEnabled() has been abused is due to the fact that in many cases we (developers) have used DEBUG for high traffic logging, that should really be TRACE. The reason being, we (developers) are usually lazy to enable the TRACE level in log4j.xml while developing, and we prefer to just use debug() instead, that we know it will work by default!

"If the user doesn't like this, she can turn if off", while the idea should really be, "I need to enable TRACE while I do development, and save server.log from being filled up with garbage, and the user from getting lost inside my verbose traces".

    * ERROR - A definite problem
    * WARN - Likely a problem, but can live with it
    * INFO - Common notifications, lifecycle stuff
    * DEBUG - Low volume debug
    * TRACE - High volume debug



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list