External cron job and error/debug log

Discussion in 'Customization & add-ons' started by bill123, Jun 28, 2004.

  1. bill123

    bill123 New Member

    Joined:
    Sep 22, 2003
    Messages:
    38
    Is there a way to stop the external cron job from showing up in the error/debug log every hour?

    thanks

    Bill
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    yes, remove lines
    $db->log_error("cron.php started");
    $db->log_error("cron.php finished");

    from cron.php file.
  3. bill123

    bill123 New Member

    Joined:
    Sep 22, 2003
    Messages:
    38
    Thanks. Works perfectly.

    Bill

Share This Page