jajm / koha-docker

Docker files for Koha
https://github.com/jajm/koha-docker/pkgs/container/koha
MIT License
16 stars 15 forks source link

Where do I find error logs (opac, intranet etc.) #1

Closed grandmaestr closed 3 years ago

grandmaestr commented 3 years ago

Hi,

Where do I find the error logs? I searched and the instance doesn't seem to be writing any log files anywhere. Do they need to be enabled, and if so, how do I go about it?

Thanks!

jajm commented 3 years ago

Hi,

logs are all written on stderr, so you can see them with docker logs CONTAINER

You can modify log4perl.conf if you want logs to be written to files