[xwiki-users] Lucene and log4j

2010-12-12 Thread Ricardo Rodriguez [eBioTIC.]
Hi! Please, what how could I set XWiki to log Lucene messages at debug level? Thanks! Ricardo -- Ricardo Rodríguez CTO eBioTIC. Life Sciences, Data Modeling and Information Management Systems ___ users mailing list users@xwiki.org

Re: [xwiki-users] Lucene and log4j

2010-12-12 Thread Paul Libbrecht
Ricardo, do you have a log4.properties already existing? I have mine (probably extracted from some xwiki-core-xx.jar, in WEB-INF/classes so I can modify it (it needs to be in the root package). Then I added: log4j.logger.com.xpn.xwiki.plugin.lucene=debug This was for xwiki-1.5 but I think the

Re: [xwiki-users] Lucene and log4j

2010-12-12 Thread Ricardo Rodriguez [eBioTIC.]
Hi! Paul Libbrecht wrote: Ricardo, do you have a log4.properties already existing? I have mine (probably extracted from some xwiki-core-xx.jar, in WEB-INF/classes so I can modify it (it needs to be in the root package). Then I added: log4j.logger.com.xpn.xwiki.plugin.lucene=debug This