You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Ian Huynh <ia...@hubspan.com> on 2001/12/05 02:40:14 UTC

Need some help with Turbine Scheduler service and Logging

Hi
I am running Turbine Scheduler without usign the servlet interface
and initializing Turbine via

      TurbineConfig tc = new TurbineConfig("./",
"TurbineResources.properties");
	tc.init();

It looks like Turbine initialized successfully since I saw some onscreen
output
saying

"Turbine: init() and ready to rumble"

I am also able to successfully submit jobEntry into Turbine (verified
that
the oracle database TURBINE_SCHEDULED_JOB table contain rows)

I am trying to find out why the job does not get invoked by Turbine via
logging
but am unable to find out where the log files is located.

I've set the following in TurbineResources.properties

# To disable started/stopped messages set the level to ERROR
services.LoggingService.scheduler.destination.file=./turbine.log
services.LoggingService.scheduler.className=org.apache.turbine.services.
logging.FileLogger
services.LoggingService.scheduler.level=DEBUG

But I can't seem to find the turbine.log file anywhere?

Thanks





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>