Reamer edited a comment on pull request #3918:
URL: https://github.com/apache/zeppelin/pull/3918#issuecomment-696566517


   Hello @zjffdu,
   docker containers should not write the logs to the OverlayFS. I think that 
our current 
[log4j.properties](https://github.com/apache/zeppelin/blob/master/scripts/docker/zeppelin/bin/log4j.properties)
 is sufficient.
   You can view the logs with `docker logs xyz`.
   
   If you write your logs only with `ConsoleAppender`, then you can get all 
container logs with an agent like 
[Filebeat](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-autodiscover.html#_docker_2)
 running on the host system.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to