Logging is the tracking of application events of a system into one or more log files in parallel to its processing. Events for logging may refer to receiving a request from an external sender, starting or ending the processing of a task, the system raising an error or exception, or other, so that in case of an issue with the system, the processing can be reconstructed and analyzed.
...
As Spring Boot native binary (
Spring native deployment)[AF1]-logstash
Using tia Core container image for cloud deployment[AF2]
...
[AF1]Future Spring 3 Native binary (as planned to be used ~Nov 2023) will no more support log4J2, so other logging approach is required.
==> can't be documented now
[AF2]Logging approach for container/cloud deployment is writing logs to stdout only. At this point it depends on customer's cloud architecture to pick it up.