Logging
Kouncil supports logging to an external log file, and we recommend using Logback. You can either use the provided logback.xml
file as-is or use it as a reference to create your custom one. If you use the provided logback.xml
, logs will be placed under logs/kouncil.log
If you want the logs to be accessible outside the Docker container, you can add another volume to the Docker run command like this:
Ensure that path_to_docker_container_logs
matches the path specified in the appender/file
parameter in your logback.xml
.
Last updated