{
|
"groups": [
|
{
|
"name": "blade.log.request",
|
"type": "com.qianwen.core.log.props.BladeRequestLogProperties",
|
"sourceType": "com.qianwen.core.log.props.BladeRequestLogProperties"
|
}
|
],
|
"properties": [
|
{
|
"name": "blade.log.request.enabled",
|
"type": "java.lang.Boolean",
|
"description": "是否开启请求日志",
|
"sourceType": "com.qianwen.core.log.props.BladeRequestLogProperties",
|
"defaultValue": true
|
},
|
{
|
"name": "blade.log.request.error-log",
|
"type": "java.lang.Boolean",
|
"description": "是否开启异常日志推送",
|
"sourceType": "com.qianwen.core.log.props.BladeRequestLogProperties",
|
"defaultValue": true
|
},
|
{
|
"name": "blade.log.request.level",
|
"type": "com.qianwen.core.launch.log.BladeLogLevel",
|
"description": "日志级别配置,默认:BODY",
|
"sourceType": "com.qianwen.core.log.props.BladeRequestLogProperties"
|
}
|
],
|
"hints": []
|
}
|