https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26854
--- Comment #18 from David Cook <[email protected]> --- (In reply to David Cook from comment #17) > Actually... Bug 16357 was pushed on 2020-09-28... and we are overriding > __WARN__ there to use Log4Perl, so maybe we don't need that log file after > all (when using Plack)... Alas, the LogWarn middleware doesn't work here. It'll be due to some combination of the forking and STDERR being closed. Might not be worth pursuing that one too deeply. I suppose those a fairly simple fix would be to create a SIGWARN handler to use Log4Perl in the forked stage-marc-import.pl. That would be a fairly light touch and it would save a new log file and using that logdir config property... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
