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

org.neo4j.logging.StructuredLayoutWithCategory.json Maven / Gradle / Ivy

{
  "time": {
    "$resolver": "timestamp",
    "pattern": {
      "format": "yyyy-MM-dd HH:mm:ss.SSSZ",
      "timeZone": "UTC"
    }
  },
  "level": {
    "$resolver": "level",
    "field": "name"
  },
  "category": {
    "$resolver": "pattern",
    "pattern": "%c{1.}",
    "stackTraceEnabled": false
  },
  "includeFullMap": {
    "$resolver": "map",
    "flatten": true
  },
  "stacktrace": {
    "$resolver": "exception",
    "field": "stackTrace",
    "stackTrace": {
      "stringified": true
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy