Re: 3.1 logging and jetty

2011-05-05 Thread Tore Halset
Thanks! It works! :) - Tore. On 5. mai 2011, at 12.22, Andrus Adamchik wrote: > Hi Tore, > > I am also using Jetty 7. My preference is to configure logging per app > (instead of per container), so I am not very familiar with per-container > options. I am using Log4J (you may use another logg

Re: 3.1 logging and jetty

2011-05-05 Thread Andrus Adamchik
Hi Tore, I am also using Jetty 7. My preference is to configure logging per app (instead of per container), so I am not very familiar with per-container options. I am using Log4J (you may use another logger, so configuration advise will be different) and not using any defaults, configuring logg

3.1 logging and jetty

2011-05-05 Thread Tore Halset
Hello. We are using 3.1M2 in jetty 7.3.0. For production I want to turn off the logging done by CommonsJdbcEventLogger. I got this to work with earlier versions of cayenne and a different servlet engine, but are stuck now. My log files are growing with GBs each day. I have tried this web page