Re: How to set log levels in 12.0

2013-06-01 Thread Jacques Le Roux
at > org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312) >at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java

Re: How to set log levels in 12.0

2013-05-31 Thread Jacques Le Roux
eset the levels Jacques From: "Skip" > Doesnt look like a bug, just a change that needs some documentation. > > Skip > > -Original Message- > From: Atul Vani [mailto:atul.v...@hotwaxmedia.com] > Sent: Tuesday, May 28, 2013 9:59 PM > To: user@ofbiz.ap

RE: How to set log levels in 12.0

2013-05-29 Thread Skip
Doesnt look like a bug, just a change that needs some documentation. Skip -Original Message- From: Atul Vani [mailto:atul.v...@hotwaxmedia.com] Sent: Tuesday, May 28, 2013 9:59 PM To: user@ofbiz.apache.org; Pravin Patil Subject: Re: How to set log levels in 12.0 Is this a bug? On Wed

Re: How to set log levels in 12.0

2013-05-29 Thread Jacques Le Roux
I believe Skip is interested in having less debug lines, notably info and timing Else, I will soon commit a change to have "enable a logger for a specific package or class." in webtools/control/LogConfiguration working. So you will be able to hide all/some log levels (as I believe requests Skip)

Re: How to set log levels in 12.0

2013-05-28 Thread Pravin Patil
Its not a bug, its matter of interest. skip is interested in log level higher then INFO. Kind Regards Pravin Patil HotWax Media Pvt Ltd. On 05/29/2013 10:29 AM, Atul Vani wrote: Is this a bug? On Wed, 29 May 2013 09:12:38 +0530, Pravin Patil wrote: change threshold value in appender na

Re: How to set log levels in 12.0

2013-05-28 Thread Atul Vani
Is this a bug? On Wed, 29 May 2013 09:12:38 +0530, Pravin Patil wrote: change threshold value in appender named "stdout" Kind Regards Pravin Patil HotWax Media Pvt Ltd. On 05/29/2013 09:08 AM, Pravin Patil wrote: Hi skip, try this - go to log4j.xml and set the threshold value to "erro

Re: How to set log levels in 12.0

2013-05-28 Thread Pravin Patil
change threshold value in appender named "stdout" Kind Regards Pravin Patil HotWax Media Pvt Ltd. On 05/29/2013 09:08 AM, Pravin Patil wrote: Hi skip, try this - go to log4j.xml and set the threshold value to "error" HTH Kind Regards Pravin Patil HotWax Media Pvt Ltd. On 05/29/2013 02:3

Re: How to set log levels in 12.0

2013-05-28 Thread Pravin Patil
Hi skip, try this - go to log4j.xml and set the threshold value to "error" HTH Kind Regards Pravin Patil HotWax Media Pvt Ltd. On 05/29/2013 02:33 AM, Skip wrote: I have changed print.info and print.timing to =false in debug.properties. However, I am still getting tons of INFO messages in t