Skip to content

Commit 2523639

Browse files
committed
Grace Plugin Controllers: Update additional Spring Boot configuration metadata files
Closes gh-711
1 parent e6d9088 commit 2523639

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

grace-plugin-controllers/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@
3636
"name": "grails.resources.pattern",
3737
"type": "java.lang.String",
3838
"defaultValue": "\/static\/**"
39+
},
40+
{
41+
"name": "grails.exceptionresolver.logRequestParameters",
42+
"description": "Whether to log request parameters in the console.",
43+
"type": "java.lang.Boolean",
44+
"defaultValue": true
45+
},
46+
{
47+
"name": "grails.exceptionresolver.params.exclude",
48+
"description": "The parameters to exclude from logging.",
49+
"type": "java.util.List<java.lang.String>"
50+
},
51+
{
52+
"name": "grails.logging.stackTraceFiltererClass",
53+
"description": "The class to use for stacktrace filtering.",
54+
"type": "java.lang.Class",
55+
"defaultValue": "org.grails.exceptions.reporting.DefaultStackTraceFilterer"
3956
}
4057
],
4158
"hints": []

0 commit comments

Comments
 (0)