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

codeconsole pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit c00b347073946577880ee02676f59745e426beff
Merge: 2a6cf88a07 e4b96a83bc
Author: Scott Murphy <[email protected]>
AuthorDate: Sat May 16 11:39:38 2026 -0700

    Merge pull request #15564 from codeconsole/7.1.x-stop-4x-exceptionlogging
    
    fix 4x exception logging

 gradle.properties                                  |   2 +-
 .../reporting/DefaultStackTraceFilterer.java       |  56 ++--
 .../exceptions/reporting/StackTraceFilterer.java   |   6 +
 .../src/main/groovy/grails/config/Settings.groovy  |  35 +++
 .../reporting/StackTraceFiltererSpec.groovy        | 300 ++++++++++++++++-----
 .../core/grailsversion/GrailsVersionSpec.groovy    |   2 +-
 .../config/logging/loggingFullStackTraces.adoc     | 212 +++++++++++++++
 grails-doc/src/en/guide/index.adoc                 |   5 +
 grails-doc/src/en/guide/toc.yml                    |   1 +
 .../src/en/guide/upgrading/upgrading71x.adoc       |  56 ++++
 .../org/grails/web/errors/AuditorAwareLookup.java  | 101 +++++++
 .../grails/web/errors/GrailsExceptionResolver.java | 116 ++++++++
 .../web/errors/GrailsExceptionResolverSpec.groovy  | 263 +++++++++++++++++-
 13 files changed, 1068 insertions(+), 87 deletions(-)

Reply via email to