Bug 20477

Summary: Silence warnings Fast Cataloguing
Product: Koha Reporter: Mark Tompsett <mtompset>
Component: CatalogingAssignee: Mark Tompsett <mtompset>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: trivial    
Priority: P5 - low CC: m.de.rooy, martin.renvoize, roch.damour
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 20477: Silence floody noise on fast cataloging
Bug 20477: Silence floody noise on fast cataloging
Bug 20477: Silence floody noise on fast cataloging

Description Mark Tompsett 2018-03-26 19:14:01 UTC
On a kohadevbox:

echo | sudo tee /var/log/koha/kohadev/plack-error.log
restart_all
cat /var/log/koha/kohadev/plack-error.log
-- just restart information

log into staff client, home -> circulation -> fast cataloging

cat /var/log/koha/kohadev/plack-error.log
-- floody!
Comment 1 Mark Tompsett 2018-03-26 19:17:57 UTC
Created attachment 73292 [details] [review]
Bug 20477: Silence floody noise on fast cataloging

TEST PLAN
---------
See comment #0 to reproduce.
apply this patch
restart_all

echo | sudo tee /var/log/koha/kohadev/place-error.log
restart_all
cat /var/log/koha/kohadev/plack-error.log
-- just restart information

log into staff client again, home -> circulation -> fast cataloging

cat /var/log/koha/kohadev/plack-error.log
-- just restart information

run qa test tools
Comment 2 Roch D'Amour 2018-04-13 18:53:20 UTC
Created attachment 74178 [details] [review]
Bug 20477: Silence floody noise on fast cataloging

TEST PLAN
---------
See comment #0 to reproduce.
apply this patch
restart_all

echo | sudo tee /var/log/koha/kohadev/place-error.log
restart_all
cat /var/log/koha/kohadev/plack-error.log
-- just restart information

log into staff client again, home -> circulation -> fast cataloging

cat /var/log/koha/kohadev/plack-error.log
-- just restart information

run qa test tools

Signed-off-by: Roch D'Amour <roch.damour@inlibro.com>
Comment 3 Marcel de Rooy 2018-05-04 09:45:18 UTC
Created attachment 75058 [details] [review]
Bug 20477: Silence floody noise on fast cataloging

TEST PLAN
---------
See comment #0 to reproduce.
apply this patch
restart_all

echo | sudo tee /var/log/koha/kohadev/place-error.log
restart_all
cat /var/log/koha/kohadev/plack-error.log
-- just restart information

log into staff client again, home -> circulation -> fast cataloging

cat /var/log/koha/kohadev/plack-error.log
-- just restart information

run qa test tools

Signed-off-by: Roch D'Amour <roch.damour@inlibro.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Jonathan Druart 2018-05-04 12:50:23 UTC
Pushed to master for 18.05, thanks to everybody involved!