Jann Forrer wrote:
Andrew Golightly wrote:


Jann Forrer wrote:
Andrew Golightly wrote:


Andreas Hartmann wrote:
Andrew Golightly wrote:
But I'm guessing that wouldn't be our problem since
web.app.server=Jetty

and not Tomcat

Right?

I don't think that this is a servlet container issue.
With jetty, the location of the cache files is different
(something like /tmp/Jetty_8888/... IIRC).
Yeah. I just checked this directory, and it's like 16K. So looks like the problem isn't there. Looks like it may be the log files. I'm going to monitor their growth.


Do you use lenya 1.4?
yes
As far as i know logging level is set to debug by default in 1.4 (see log4j.xconf in your WEB-INF directory). Therefore the log-File might grow fast.
Looks like you're right Jann. In externals/cocoon_2_1_x/src/webapp/WEB-INF/log4j.xconf there is come xhtml that looks like this:
   <root>
     <priority value ="debug" />
     <appender-ref ref="COCOON_DEFAULT" />
   </root>

Is this what I'm looking for? So what should I change the value of the parameter 'value' to, to make it log a more sensible amount of data?


That depends on you. During development it is ok to set it to debug but as Thomas said for a productive system you should set it to errror or warning.
BTW set the log level to debug has a huge impact on performance.
Ok thanks. Duly noted. I've set it to warning for now, and will see how we go. Thanks to everyone who contributed.

Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to