Closed grandmaestr closed 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!
logs are all written on stderr, so you can see them with docker logs CONTAINER
docker logs CONTAINER
You can modify log4perl.conf if you want logs to be written to files
log4perl.conf
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!