http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7961
--- Comment #5 from Dobrica Pavlinusic <[email protected]> --- When testing cover upload, I found it's very useful for it to report progress in apache log (as opposed to client timeout because of too big file/show connection or some random file upload limit). I'm aware that apache error log might not be best place to put this info, but I think it's better to have it somewhere than to not have it at all. Having said that, I could wrap if with if $ENV{DEBUG} but that won't help when users start calling me with questions like: I just uploaded covers, and I see just half of them (mostly because of wrong biblionumbers in CSV files). Do we have some better place to put this information? action_logs comes to mind, but I'm wondering if module should be Catalog or should I add new one? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
