codeconsole commented on PR #15757: URL: https://github.com/apache/grails-core/pull/15757#issuecomment-4940129621
@jamesfredley Done — the default is flipped back per your feedback (298cd594ad). Newly generated applications (both the profile skeleton and Forge) include the starter `grails-app/conf/logback-spring.xml` exactly as before; nothing is removed or changed by default. The net diff is now purely additive: - A visible **Zero-config Logback Logging** Forge feature (`logback-zero-config`) for those who want to opt out of the generated file and rely on Spring Boot's defaults. - Docs describing the file as optional, including `application.yml`-only per-environment logging via the `environments` block, and when `logback-spring.xml` / `<springProfile>` is still the right tool. - The upgrade guide notes that a future major release may revisit making zero-config the default, so that discussion is on the record for 9.0. PR title/description updated to match. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
