https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070
--- Comment #19 from David Cook <[email protected]> --- So if the background worker crashes 5 times quickly, it'll back off for 30 seconds. The logging is about 600 bytes in the Koha error log per 30 seconds. In 24 hours that would be a log file of about 1.7MB. Much better than multi-GB log files. The output logs write a bit more. That would be 3.9MB after 24 hours. The RabbitMQ logs are 3370 bytes every 30 seconds, which is about 9.3MB over 24 hours. -- Overall, this means you still get lots of errors in your logs for a CONNECT error, which is good, because you want to have a log of the problem. But it's at a much more manageable pace. Also, for ERROR frames that are cleared by a restart of the message consumer, it should auto-heal. -- 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/
