Skip Menu |

This queue is for tickets about the Schedule-Cron CPAN distribution.

Report information
The Basics
Id: 39499
Status: resolved
Priority: 0/
Queue: Schedule-Cron

People
Owner: Nobody in particular
Requestors: shibi.ns [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.97
Fixed in: (no value)



n Cron.pm we have this line in function execute . $log->(0,"Schedule::Cron - Starting job $index $args_label") In my case the error log if file printed like this =================LOG==================================== Schedule::Cron - Starting job 0 with (HASH(0x83a9464)) Schedule::Cron - Forking child PID 22934 Executing generate_infobundle 07/02/02 02:00:00 =================LOG==================================== Is it possible to Dump the Hash(may be using Data::Dumper) so that we get a human readable information
Subject: Schedule::Cron logging
From: shibi.ns [...] gmail.com
On Mon Sep 22 02:27:29 2008, shibi wrote: Show quoted text
> n Cron.pm we have this line in function execute . > > $log->(0,"Schedule::Cron - Starting job $index $args_label") > > > In my case the error log if file printed like this > > =================LOG==================================== > Schedule::Cron - Starting job 0 with (HASH(0x83a9464)) > Schedule::Cron - Forking child PID 22934 > Executing generate_infobundle 07/02/02
02:00:00 Show quoted text
> =================LOG==================================== > > Is it possible to Dump the Hash(may be using Data::Dumper) so that we > get a human readable information >