Hi

I am writing some custom tags and am using SFL4J to output logging information.

I have declaration for a logger in  class:

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

private static Logger       log = LoggerFactory.getLogger(InheritNode.class);


However for some reason the logging info is doubled on evey call:

16:41:57,775 INFO  [STDOUT] DEBUG  
org.mycompany.magnolia.cms.taglibs.InheritNode InheritNode.java(nodeExists:159) 
18.04.2007 16:41:57  NO [logo] found in [/www-mycompany-org]
16:41:57,775 INFO  [STDOUT] DEBUG  
org.mycompany.magnolia.cms.taglibs.InheritNode InheritNode.java(nodeExists:159) 
18.04.2007 16:41:57  NO [logo] found in [/www-mycompany-org]


My module does not package any logging jars. It uses the one found in 
Magnolia's lib folder.
Does anyone know what could be the problem?


Thanks
Amir
 
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to