Disable logs

2013-07-29 Thread Frederic Toublanc
Hello, Is there a way to disable all logs of Jena TDB ? And how to disable the debug mode ? I set this option to false, but there are still logs. TDB.getContext().set(ARQ.symLogExec, false); G - com.hp.hpl.jena.tdb.transaction.NodeTableTrans - - [Debug] nodes: commitPrepare 2013-07-29

Re: Disable logs

2013-07-29 Thread Frederic Toublanc
Ok. Yes indead we are using slf4j for our application and the logging level was set to Debug. Thanks a lot for your answer. 2013/7/29 Andy Seaborne a...@apache.org On 29/07/13 10:37, Frederic Toublanc wrote: Hello, Is there a way to disable all logs of Jena TDB ? And how to disable the