logging documentation

2010-01-27 Thread Chris Snow
Hi Forum, Is there any documentation on tweaking the logging? I want to be able to display the generated SQL to debug some of my tests. Many thanks, chris

Re: logging documentation

2010-01-27 Thread Jacques Le Roux
https://issues.apache.org/jira/browse/OFBIZ-1030 HTH Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Forum, Is there any documentation on tweaking the logging? I want to be able to display the generated SQL to debug some of my tests. Many thanks, chris

Re: logging documentation

2010-01-27 Thread Chris Snow
Hi Jacques, is there any general documentation on configuring the logging in ofbiz. On 27/01/2010 10:15, Jacques Le Roux wrote: https://issues.apache.org/jira/browse/OFBIZ-1030 HTH Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Forum, Is there any documentation on tweaking the

Re: logging documentation

2010-01-27 Thread chris snow
I was expecting to just add the following to log4j.xml, but it's not making any difference to the console output. category name=org.ofbiz.entity priority value=all/ appender-ref ref=stdout/ /category -- View this message in context: http://n4.nabble.com/logging

Re: logging documentation

2010-01-27 Thread Scott Gray
Hi Chris, It's usually easiest to do this from the database rather than the application, if you're using Derby the configuration is available in runtime/data/derby.properties if you haven't created the database yet or otherwise runtime/data/derby/derby.properties Regards Scott HotWax Media