On Tue, 14 Jan 2003, Eugeny N Dzhurinsky wrote: > > I have several business objects which are writing their debug messages > using Log.info etc. > I have several tests which are running in console ,so i would like them to > write their messages to console. But they also writing the messages to log > file as specified in Turbine config. That's good when we're using WEB > interface to operate, but it is unacceptable to write in log file while > testing. We can't to change Turbine config each time when we test and when > we deploy project. > > Is there any way to make dynamic changes for Turbine config to specify the > logging system?
It's just standard Log4J configuration in your TurbineResources.properties file: http://jakarta.apache.org/log4j/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
