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

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

There is a newer version: 5.26.0
Show newest version
{
  "time": {
    "$resolver": "timestamp",
    "pattern": {
      "format": "yyyy-MM-dd HH:mm:ss.SSSZ",
      "timeZone": "UTC"
    }
  },
  "level": {
    "$resolver": "level",
    "field": "name"
  },
  "includeFullMap": {
    "$resolver": "map",
    "flatten": true
  },
  "stacktrace": {
    "$resolver": "exception",
    "field": "stackTrace",
    "stackTrace": {
      "stringified": {
        "truncation": {
          "pointMatcherStrings": ["\r\n","\r","\n"]
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy