cron.php log?

Re: cron.php log?

por Martín Langhoff -
Número de respostas: 0
Under Linux/Unix, we wrap the invocation with parenthesis, and send the output to a logfile. It looks like

(/usr/bin/php4 /path/to/moodle/admin/cron.php 2>&1 ) >> /var/log/moodlecron

Under Windows, the cron tool will provable mark the action in the Event log.