You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/09/22 07:55:17 UTC

[GitHub] [zeppelin] Reamer edited a comment on pull request #3918: [ZEPPELIN-5055]. Interpreter log is missing in zeppelin server docker container

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:
users@infra.apache.org