ColdFusion writes information about all scheduled events to a log file you can view to verify that events occurred or to troubleshoot scheduled events that did not execute properly. The log file can be found in:
\cfusion\log\schedule.log
Here's some sample output from the schedule.log file:
"Information","TID=258","07/13/98","17:34:59","Scheduled
action mongo, template http://maximus/cfdocs/mongo.cfm
completed successfully."
For information about ColdFusion log files, see Chapter 3, Configuring ColdFusion Server.
|