The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/remove-skeleton-logback-spring-xml has succeeded.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
2b1902fbc24e389c3c8a509a5e4e140bf9b76c07 / Scott Murphy Heiberg 
<[email protected]>
Docs: fix logback-spring.xml example and scope zero-config vs generated-file 
behavior

Address review feedback on #15757:

- The upgrade-guide example logback-spring.xml declared no appenders, so
  copying it produced an application with no log output (a custom file
  replaces Spring Boot's bundled configuration entirely, and defaults.xml
  contributes no appenders). The example now composes Boot's defaults.xml
  and console-appender.xml with a root appender-ref, matching the
  generated starter's shape.
- Scope the logging.file.name comment in the logging reference: it only
  activates Boot's file appender when no logback-spring.xml is present;
  otherwise the file-appender include in the generated file must be
  uncommented.
- Spell out the boundary between the generated file and zero-config: what
  each mode gives up (springProfile-conditional appenders/routing and the
  StackTrace dev logger vs logging.file.name auto-activation).

Report URL: https://github.com/apache/grails-core/actions/runs/29132666593

With regards,
GitHub Actions via GitBox

Reply via email to