Are you using 2.2? Then read this from http://jakarta.apache.org/turbine/turbine-2/services/logging-service.html -- Turbine's logging service is exceptionally powerful. And it was proprietary. So we ripped it out post Turbine 2.2 and replaced it with commons-logging backed by Log4j. -- Not quite if this is applicable for 2.2 final as well thou.
Marc > -----Urspr�ngliche Nachricht----- > Von: peter riegersperger [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 18. Januar 2003 12:05 > An: Turbine Users List > Betreff: Re: AW: show sql statements in logfile > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Sat, 18 Jan 2003, Marc Lustig wrote: > > > I tried that out and added your lines at the bottom of tr.props. > > > Nothing is written to the log-file thou. > > > Did you remove anything in tr.props? > > same with me. app-sql.log is created, but empty. > > On Saturday 18 January 2003 00:23, Jeffery Painter wrote: > > what is your service.LoggingService.facilities > > set to? > > services.LoggingService.facilities=system,debug,security,sql > services.LoggingService.default=system > services.LoggingService.loggingConfig=org.apache.turbine.services. > logging.PropertiesLoggingConfig > > # A facility for system logging. > services.LoggingService.system.destination.file=/logs/turbine.log > services.LoggingService.system.className=org.apache.turbine.servic > es.logging.FileLogger > services.LoggingService.system.level=DEBUG > > # A facility for SQL query logging > # To enable SQL query logging, set the system and sql log level to DEBUG > services.LoggingService.sql.destination.file=/logs/app-sql.log > services.LoggingService.sql.className=org.apache.turbine.services. > logging.FileLogger > services.LoggingService.sql.level=DEBUG > > i dunno what goes wrong *shrug* > > rick > > > - -- > |- > | peter riegersperger <[EMAIL PROTECTED]> > |- > | ein windows switcher tagebuch: > | http://forum.subnet.at/viewforum.php?f=22 > |- > | subnet > | platform for media art and experimental technologies > |- > | http://www.subnet.at/ > |- > | muehlbacherhofweg 5 // 5020 salzburg // austria > |- > | fon/fax +43/662/842 897 > |- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (GNU/Linux) > > iD8DBQE+KTTVIMP39JYOy9IRApnJAKDIrGWKra8z/Qo0xyq7Td8tGZXHmQCgs44K > ce5NXUs7WsQ0e9j89nqys2Y= > =7D8f > -----END PGP SIGNATURE----- > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
