codeconsole commented on code in PR #15666: URL: https://github.com/apache/grails-core/pull/15666#discussion_r3611349880
########## grails-doc/src/en/guide/upgrading/upgrading71x.adoc: ########## @@ -849,3 +849,14 @@ Set to `false` to disable the side-effect emission and rely solely on `logFullSt output. The two flags interact — if both are enabled, a request exception with N causes produces N+1 `StackTrace` records (one resolver-driven plus one per throwable visited by the recursive filter walk). The Logging Full Stack Traces section of the user guide includes a matrix of behaviours for the four flag combinations. + +`GrailsUtil` honours both `grails.logging.stackTraceFiltererClass` and Review Comment: Reworded both the user-guide NOTE and the upgrade-notes paragraph to drop the internal method references (setGrailsApplication, initializeStackFilterer, handleException) and state only the three user-facing points you listed: the two keys now reach GrailsUtil-driven paths including GSP render errors, the pre-context fallback is unchanged, and logFullStackTraceOnFilter: false is now the supported alternative to silencing the StackTrace logger in logback. -- 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]
