On Fri, 20 Dec 2002 06:32, you wrote: > Does anybody know how to configure the VelocityService in Turbine 2.x > to be less verbose? Specifically I want to turn off the resource > found info.
Hi, You need to set the log level to WARN instead of INFO. I'm not sure how to do this, but I would ask on the velocity user list. Just tell them what version of Velocity you are using. Turbine prefixes velocity configuration properties with "services.VelocityService.", so the property "runtime.log" is configured as: services.VelocityService.runtime.log=/logs/velocity.log Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
