[Koha-bugs] [Bug 27291] Change datetime format in Zebra logs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 00:16:32 CET 2023


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

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
Revised Test plan:

0. vi /etc/koha/sites/kohadev/koha-conf.xml
Update zebra_loglevels to the following:
<zebra_loglevels>none,fatal,warn,request</zebra_loglevels>
1. cp debian/scripts/koha-zebra /usr/sbin/koha-zebra
2. koha-zebra --stop kohadev
3. koha-zebra --start kohadev
4. ps -efww | grep "zebrasrv"
5. Note "-m %FT%T" in the grep output
6. tail -f /var/log/koha/kohadev/zebra-output.log
7. Run a few searches like
http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=ccl%3Dargawarga%3D1 or
http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=e
8. Note that the timestamp in the Zebra log is formatted "2020-12-22T00:13:42"
instead of like "00:13:42-22/12"

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


More information about the Koha-bugs mailing list