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

io.quarkus.logging.gelf.GelfConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.14.0.CR1
Show newest version
#
#Wed Sep 09 10:44:40 EEST 2020
io.quarkus.logging.gelf.GelfConfig.level=The logging-gelf log level.
io.quarkus.logging.gelf.GelfConfig.extractStackTrace=Whether to post Stack-Trace to StackTrace field.\n\n@see \#stackTraceThrowableReference to customize the way the Stack-Trace is handled.
io.quarkus.logging.gelf.GelfConfig.host=Hostname/IP-Address of the Logstash/Graylog Host\nBy default it uses UDP, prepend tcp\: to the hostname to switch to TCP, example\: "tcp\:localhost"
io.quarkus.logging.gelf.GelfConfig.enabled=Determine whether to enable the GELF logging handler
io.quarkus.logging.gelf.GelfConfig.version=GELF version\: 1.0 or 1.1
io.quarkus.logging.gelf.GelfConfig.timestampPattern=Java date pattern, see {@link java.text.SimpleDateFormat}
io.quarkus.logging.gelf.GelfConfig.port=The port
io.quarkus.logging.gelf.GelfConfig.includeFullMdc=Whether to include all fields from the MDC.
io.quarkus.logging.gelf.GelfConfig.additionalField=Post additional fields.\nYou can add static fields to each log event in the following form\:\n\n
\nquarkus.log.handler.gelf.additional-field.field1.value\=value1\nquarkus.log.handler.gelf.additional-field.field1.type\=String\n
io.quarkus.logging.gelf.GelfConfig.stackTraceThrowableReference=Only used when `extractStackTrace` is `true`.\nA value of 0 will extract the whole stack trace.\nAny positive value will walk the cause chain\: 1 corresponds with exception.getCause(),\n2 with exception.getCause().getCause(), ...\nNegative throwable reference walk the exception chain from the root cause side\: -1 will extract the root cause,\n-2 the exception wrapping the root cause, ... io.quarkus.logging.gelf.GelfConfig.facility=Name of the facility. io.quarkus.logging.gelf.GelfConfig.filterStackTrace=Whether to perform Stack-Trace filtering io.quarkus.logging.gelf.GelfConfig.maximumMessageSize=Maximum message size (in bytes).\nIf the message size is exceeded, the appender will submit the message in multiple chunks.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy