Container Logging

JADE container images are configured to write JOM message logs to a mappable internal directory that can be 'bind mounted' to an external directory on the host file system. This provides a simple way to persist and view jommsg.log output from outside a running container.

Console logging is achieved by specifying JadeLog.UseLogServer=true and JadeLog.LogServer=Console as Entrypoint command line arguments.

In addition, JOM log messages are written to the STDOUT pipeline so that log output can be accessed by the Docker engine or by log collection tools such as Fluentd or Logstash.