Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Hint: Logs written to stdout or stderr may also be viewed by docker command (when if using another container runtime, please refer to its documentation):

  • Code Block
    docker container logs <container name or id>

Using this command with option -f allows to watch log file tail continuously.

...

Info

Note:For the configuration file itself applies the syntax of the logging framework, which ich is SLFJ4-compliant (external link: https://www.slf4j.org/manual.html).

...

Log rotation can be configured by an appender in the logging configuration file. The logging framework provideds provides the RollingFileAppender (external Log4J link: https://logging.apache.org/log4j/2.x/manual/appenders.html#rollingfileappender, external Logback link: https://logback.qos.ch/manual/appenders.html#RollingFileAppender).

...