Versions Compared

Key

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

...

tia Core default logging targets are:

  • container-deployment: SYSTEM_OUT

  • war-deployment: core-of-tia.log file in <web application server>/WEB-INF/<web context>/logs directory.

 

When using container-deployment, it can be required to write logging information to SYSTEM_OUT. There it may be read from other monitoring tools.

Info

Hint: Logs written to stdout or stderr may also be viewed by docker command (when 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.

 

Using war-deployment, log rotation is activated by default:

...

For more information how to apply these parameters, please read Application wide settings.

Info

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

...