[Koha-bugs] [Bug 15714] Remove zebra.log from debian scripts and add optional log levels

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 16 04:38:39 CET 2016


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

--- Comment #10 from M. Tompsett <mtompset at hotmail.com> ---
Here is what I did to test this:
Create an empty VM (e.g. an Debian 8.3 VM)
Roll a distribution off master+15714
Install it on that VM.
sudo koha-stop-zebra library
ps aux | grep zebra
sudo koha-start-zebra library
ps aux | grep zebra
--- These should be defaults
sudo vi /etc/koha/site/library/koha-conf.xml
--- tweak the zebra log levels
sudo koha-stop-zebra library
ps aux | grep zebra
sudo koha-start-zebra library
ps aux | grep zebra
--- These should match what was tweaked.

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


More information about the Koha-bugs mailing list