META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logbook-spring-boot-autoconfigure Show documentation
Show all versions of logbook-spring-boot-autoconfigure Show documentation
Spring Boot Auto Configuration for Logbook and most of its libraries/adapters
{
"hints": [
{
"name": "logbook.format.style",
"values": [
{
"value": "curl"
},
{
"value": "http"
},
{
"value": "json"
},
{
"value": "splunk"
}
]
},
{
"name": "logbook.strategy",
"values": [
{
"value": "default"
},
{
"value": "status-at-least"
},
{
"value": "body-only-if-status-at-least"
},
{
"value": "without-body"
}
]
}
],
"properties": [
{
"name": "logbook.format.style",
"type": "java.lang.String",
"defaultValue": "json",
"description": "Log output format."
},
{
"name": "logbook.filter.enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "Enables/disables servlet filter support."
},
{
"name": "logbook.secure-filter.enabled",
"type": "java.lang.Boolean",
"defaultValue": true,
"description": "Enables/disables security servlet filter support."
},
{
"name": "logbook.strategy",
"type": "java.lang.String",
"defaultValue": "default",
"description": "Logging strategy."
},
{
"name": "logbook.minimum-status",
"type": "java.lang.Integer",
"defaultValue": 400,
"description": "Minimum status code for conditional strategies."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy