Unify log entries across A12 products

Question on behalf of @josef-brisk-cache:

How do I unify all log entries across A12 products to follow the same pattern? In the documentation I only found the configuration for Workflows (they are using a logging.pattern.file). Is there a way to configure log entries for other products as well?

Answer on behalf of @peter-smooth-cursor:

That is a standard spring boot configuraton, so not specific to A12. Therefore you could try the same for all products. Although I’m not sure if it will work, because I think it depends on the logging framework being used, see Spring Boot Reference Documentation.