|
From: Matthew T. <mt...@wc...> - 2004-08-19 15:15:19
|
The culprit for the reams of log statements isn't Liferay, it's JBoss: Liferay sets its thresholds to ERROR, pretty high: http://cvs.sourceforge.net/viewcvs.py/lportal/portal/portal-ejb/classes/META-INF/portal-log4j.xml?rev=1.7&view=markup *Unless* log4j is already configured: http://cvs.sourceforge.net/viewcvs.py/lportal/portal/portal-ejb/src/com/liferay/portal/events/InitAction.java?rev=1.14&view=markup [Scroll to section commented // Log4J.] So it's JBoss's log4j.xml, in the conf directory, that's taking effect. I'll raise the threshold there and ping the list with the diffs. -- Matthew |