Issue description
Spring Boot 4.x has added several properties to default configure logging. This seems to align with our approach of convention over configuration. For example setting logging.structured.format.console to ecs will choose a log format that's compatible with AWS's log collection (no logback.xml required). Or the value of gelf for graylog's extend format.
We should allow grails applications to have a default config and have an optional feature in forge to generate the logback.xml for further customization.
Issue description
Spring Boot 4.x has added several properties to default configure logging. This seems to align with our approach of convention over configuration. For example setting
logging.structured.format.consoletoecswill choose a log format that's compatible with AWS's log collection (no logback.xml required). Or the value ofgelffor graylog's extend format.We should allow grails applications to have a default config and have an optional feature in forge to generate the logback.xml for further customization.