HiromuHota / webspoon-docker

Dockerfile for webSpoon
https://hub.docker.com/r/hiromuhota/webspoon/
Apache License 2.0
103 stars 61 forks source link

Logging to file #13

Closed PovilasKud closed 6 years ago

PovilasKud commented 6 years ago

Is there a place were log files are stored?
How to enable logging to file?

HiromuHota commented 6 years ago

Please refer to https://github.com/HiromuHota/pentaho-kettle/wiki/Admin%3A-Logging. In Dockerized webSpoon, these log files will be stored at $CATALINA_HOME/logs.

PovilasKud commented 6 years ago

Thanks, that put me on track!