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

--- Comment #14 from David Cook <[email protected]> ---
To test ERROR handling:
1. Switch to using Elasticsearch
2. Change your connection details in koha-conf.xml or the hard-coded ones in
Koha/BackgroundJob.pm
3. sudo koha-es-indexer --restart kohadev
4. View the errors in the logs:
tail -f /var/log/koha/kohadev/es-indexer-output.log
tail -f /var/log/koha/kohadev/es-indexer-error.log

To test MESSAGE handling:
1. Switch to using Elasticsearch
2. Change the title of a bib record to something new and unique
3. Try to search for the bib using the new title
4. Note you can find it
5. Look in the logs just to make sure there are no messages there

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to