[Koha-bugs] [Bug 34070] background_jobs_worker.pl floods logs when not connecting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 20 19:45:39 CEST 2023


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

--- Comment #1 from Magnus Enger <magnus at libriotech.no> ---
Looks like the problem with connecting might be because I have not added the
proper config to koha-conf.xml: 

 <message_broker>
   <hostname>__MESSAGE_BROKER_HOST__</hostname>
   <port>__MESSAGE_BROKER_PORT__</port>
   <username>__MESSAGE_BROKER_USER__</username>
   <password>__MESSAGE_BROKER_PASS__</password>
   <vhost>__MESSAGE_BROKER_VHOST__</vhost>
 </message_broker>

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


More information about the Koha-bugs mailing list