The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/7.1.x-stop-4x-exceptionlogging has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
e4b96a83bcc47bbd7adabda5e3b6a9b6e78fba3e / Scott Murphy Heiberg 
<[email protected]>
disable logAuditor by default and cache shouldLog* config reads

logAuditor now defaults to false to avoid writing user identifiers
(usernames, emails, ids — typically PII) into exception logs without an
explicit opt-in. This matches the existing logRemoteAddr stance and the
GDPR-style reasoning behind it. Set grails.exceptionresolver.logAuditor:
true to restore the appended ' user: <value>' clause.

The three shouldLog* predicates previously did a Config.getProperty
lookup on every resolved exception. Resolve the flags once via
double-checked init on first call and return cached booleans thereafter.

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

With regards,
GitHub Actions via GitBox

Reply via email to