-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 26 March 2003 15:27, Quinton McCombs wrote: > If you are using Turbine 2.2 or higher, use commons logging. > http://jakarta.apache.org/commons/ > > If you are using Turbine 2.1, Use org.apache.turbine.util.Log. It has > static methods to perform the logging. I would hihgly suggest that you > upgrade to Turbine 2.2.
i'm using 2.1 and am very happy that my app is running. maybe in the future ... i just modified my code to use the Log object (instead of creating one of my own). but i still don't see any of my messages in turbine.log. (all torque messages are in there, btw) i have the following in TurbineResources.properties: services.LoggingService.facilities=system,debug,security 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.services.logging.FileLogger services.LoggingService.system.level=INFO # A facility for the scheduler service # To disable started/stopped messages set the level to ERROR services.LoggingService.scheduler.destination.file=/logs/turbine.log services.LoggingService.scheduler.className=org.apache.turbine.services.logging.FileLogger services.LoggingService.scheduler.level=INFO # A facility for debugging applications. Messages will go both # to the log file and the server console. services.LoggingService.debug.destination.file=/logs/turbine.log services.LoggingService.debug.destination.console=true services.LoggingService.debug.className=org.apache.turbine.services.logging.FileLogger services.LoggingService.debug.level=INFO anything suspicious about that? thanks, rick - -- |- | peter riegersperger <[EMAIL PROTECTED]> |- | 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+gb3IIMP39JYOy9IRAuZGAJsG1XfI/YSdpypnR2u9XwA6I+SH+gCfVxZ/ Y0RAVrirbZmN3D62WK+XK0A= =u9XJ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
