https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29238 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #20 from Eric Phetteplace <ephetteplace@cca.edu> --- (In reply to Katrin Fischer from comment #18)
Hm, looking at other uses of cronlogaction, aren't we missing parameters here?
misc/cronjobs/automatic_item_modification_by_age.pl:use C4::Log qw( cronlogaction ); misc/cronjobs/automatic_item_modification_by_age.pl:cronlogaction({ info => $command_line_options }); misc/cronjobs/automatic_item_modification_by_age.pl:cronlogaction({ action => 'End', info => "COMPLETED" });
Can you please check?
OK I added the command-line parameters to the info that's logged. In order to capture all the flags, $command_line_options has to come before GetOptions. Setting this back to Needs Signoff. -- You are receiving this mail because: You are watching all bug changes.