org.neo4j.logging.StructuredLayoutWithMessage.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neo4j-logging Show documentation
Show all versions of neo4j-logging Show documentation
Logging interfaces and basic logger implementations.
{
"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
},
"message": {
"$resolver": "message"
},
"includeFullMap": {
"$resolver": "map",
"flatten": true
},
"stacktrace": {
"$resolver": "exception",
"field": "stackTrace",
"stackTrace": {
"stringified": true
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy