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

Head commit for run:
0eea153db88028ba74275b7277e451bd53e95e25 / Scott Murphy Heiberg 
<[email protected]>
feat: add opt-in Logback Configuration feature to Grails Forge

Adds a visible `logback-config` logging feature that generates
grails-app/conf/logback-spring.xml for projects that prefer to manage
their Logback configuration in XML.

Logback remains available in every generated app via Spring Boot's
zero-config logging (the default Logback feature adds grails-logging);
this feature only emits an editable starter config file. As a
mutually-exclusive logging feature it supersedes the default when
selected, so it re-declares grails-logging to keep Logback on the
classpath.

- LogbackConfig: visible OneOf LoggingFeature that adds the
  logback-spring.xml template and grails-logging dependency.
- Restore the logback.rocker.raw template used to render the file.
- LogbackSpec: cover feature visibility, file generation across all
  application types, and that grails-logging is declared exactly once.

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

With regards,
GitHub Actions via GitBox

Reply via email to