[Koha-bugs] [Bug 26854] stage-marc-import.pl does not properly fork

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 09:23:16 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26854

--- Comment #19 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to David Cook from comment #16)
> (In reply to Jonathan Druart from comment #15)
> > I think we should push this without the log, it's what we are doing for all
> > other background jobs anyway.
> 
> Which other background jobs do you mean? 

All other background jobs (using C4::BackgroundJob)

offline_circ/process_koc.pl:            close STDERR;
tools/batchMod.pl:        close STDERR;
tools/manage-marc-import.pl:        close STDERR;


> If we don't use the log, then any output from the backgrounded
> stage-marc-import.pl will be completely lost. 

What's done for other background jobs.

> That said, I don't love adding a new log file. I'm just not sure about any
> other viable alternatives.

Can we deal with that on a separate bug report? :)

Either we have it pushed for 20.11 without the new log file, or we wait for
21.05. I let you decide what's best for you.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list