All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
{
  "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