On Sat, 2002-03-16 at 09:47, Dave Everson wrote: > We have just deployed a new Turbine webapp (2.1) that uses decoupled > Torque. We have discovered that within an hour the log files have grown > to around 20M. How can we change the logging level to only log errors? > I can't find any documentation on this.
If you take a look in your Torque.properties file you'll see some log4j settings. It looks like the properties from the Torque.properties in CVS has the following: (1) log4j.category.org.apache.torque = ALL, org.apache.torque So the org.apache.torque category which users the org.apache.torque appender logs for ALL levels. Find line (1) and change ALL to INFO and that should decrease the size of the log files produced. > Thanks, > Dave > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
