Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    I’m thinking about adding some extra features as hooking wp cron to server, logging jobs, creating functions inside the admin panel etc 🙂

    Thread Starter wn nj

    (@waseemnaikgmailcom)

    Great, any idea when you might have this?

    Thread Starter wn nj

    (@waseemnaikgmailcom)

    Any suggestions in the meantime?

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Not fast I’m afraid. Middle of March I think.

    In the meantime best solution for doing this is hooking directly into wp-crong.php file with own custom logger function. I’m using this snippet:

    file_put_contents( dirname(__FILE__).'/log', print_r($array, true) );

    It’s creating file named ‘log’ in current directory. $array is just logged variable (can be anything).

    But any extra code in this file will be removed at next WordPress core update.

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Hey,

    Now Advanced Cron Manager PRO is loggin cron jobs if you are still interested.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘What is a good Log viewer plugin to keep track of Cron Jobs?’ is closed to new replies.