IBM WebSphere · JSON Structure

Websphere Liberty Admin Rest Logging Config Structure

Type: object Properties: 7
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

LoggingConfig is a JSON Structure definition published by IBM WebSphere, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

logDirectory consoleLogLevel messageFileName traceFileName traceSpecification maxFileSize maxFiles

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LoggingConfig",
  "type": "object",
  "properties": {
    "logDirectory": {
      "type": "string"
    },
    "consoleLogLevel": {
      "type": "string"
    },
    "messageFileName": {
      "type": "string"
    },
    "traceFileName": {
      "type": "string"
    },
    "traceSpecification": {
      "type": "string"
    },
    "maxFileSize": {
      "type": "integer"
    },
    "maxFiles": {
      "type": "integer"
    }
  }
}