org.tkit.quarkus.log.json.LogJsonConfig.jdp Maven / Gradle / Ivy
org.tkit.quarkus.log.json.LogJsonConfig.dateFormat=The date format to use. The special string "default" indicates that the default format should be used.
org.tkit.quarkus.log.json.LogJsonConfig.enabled=Determine whether to enable the JSON console formatting extension, which disables "normal" console formatting.
org.tkit.quarkus.log.json.LogJsonConfig.envKeys=Environment keys.
org.tkit.quarkus.log.json.LogJsonConfig.exceptionOutputType=The exception output type to specify.
org.tkit.quarkus.log.json.LogJsonConfig.ignoreKeys=Ignore keys.
org.tkit.quarkus.log.json.LogJsonConfig.mdcKeys=Add MDC keys mapping.
org.tkit.quarkus.log.json.LogJsonConfig.mdcPrefixKeys=Add MDC prefix mapping.
org.tkit.quarkus.log.json.LogJsonConfig.overrideKeys=Override keys.
org.tkit.quarkus.log.json.LogJsonConfig.prettyPrint=Enable "pretty printing" of the JSON record. Note that some JSON parsers will fail to read pretty printed output.
org.tkit.quarkus.log.json.LogJsonConfig.printDetails=Enable printing of more details in the log.\n\nPrinting the details can be expensive as the values are retrieved from the caller. The details include the\nsource class name, source file name, source method name and source line number.
org.tkit.quarkus.log.json.LogJsonConfig.recordDelimiter=The special end-of-record delimiter to be used. By default, no delimiter is used.
org.tkit.quarkus.log.json.LogJsonConfig.splitStacktraceAfter=Number of characters after which the stacktrace is split. We produce linked messages.
org.tkit.quarkus.log.json.LogJsonConfig.typeKeys=Override keys.
org.tkit.quarkus.log.json.LogJsonConfig.zoneId=The zone ID to use. The special string "default" indicates that the default zone should be used.