This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from f55731a748 Merge pull request #16042 from 
apache/refactor-global-injector-trans
     add 94067b6c1f Remove logback-spring.xml from the app skeleton
     add 81e26bed44 Stop generating logback-spring.xml in Grails Forge
     add 0eea153db8 feat: add opt-in Logback Configuration feature to Grails 
Forge
     add ed420b14a8 docs: document logback-spring.xml generation change and 
Logback Configuration feature
     add 2fac042396 Merge remote-tracking branch 'apache/8.0.x' into 
remove-skeleton-logback-spring-xml
     add 3f3732e681 docs: document zero-XML per-environment logging via the 
environments block
     add 45968fd538 Merge branch '8.0.x' into remove-skeleton-logback-spring-xml
     add 298cd594ad Keep generating logback-spring.xml by default; make 
zero-config the opt-in Forge feature
     add d2422cdab8 Simplify generated logback-spring.xml: compose Spring Boot 
defaults, INFO root level
     add 2b1902fbc2 Docs: fix logback-spring.xml example and scope zero-config 
vs generated-file behavior
     add 8395a4775d Merge branch '8.0.x' into remove-skeleton-logback-spring-xml
     add 537614e383 Stop generating logback-spring.xml by default; add opt-in 
Logback Configuration feature
     add a62acb7a9d Docs: expand config-driven logging coverage in the logging 
reference
     add 3f378fae04 Merge remote-tracking branch 'upstream/8.0.x' into 
remove-skeleton-logback-spring-xml
     add 07242bf9bf Merge remote-tracking branch 'upstream/8.0.x' into 
remove-skeleton-logback-spring-xml
     new 66a25164f3 Merge pull request #15757 from 
codeconsole/remove-skeleton-logback-spring-xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 grails-doc/src/en/guide/conf/config/logging.adoc   | 67 +++++++++++++++++++++-
 .../src/en/guide/upgrading/upgrading80x.adoc       | 66 ++++++++++++++++++++-
 .../org/grails/forge/feature/logging/Logback.java  | 11 ++--
 .../logging/{Logback.java => LogbackConfig.java}   | 39 +++++++------
 .../forge/feature/logging/LogbackSpec.groovy       | 32 +++++++++--
 .../skeleton/grails-app/conf/logback-spring.xml    | 25 --------
 6 files changed, 184 insertions(+), 56 deletions(-)
 copy 
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/logging/{Logback.java
 => LogbackConfig.java} (58%)
 delete mode 100644 
grails-profiles/base/skeleton/grails-app/conf/logback-spring.xml

Reply via email to