io.quarkus.runtime.logging.SyslogConfig.jdp Maven / Gradle / Ivy
io.quarkus.runtime.logging.SyslogConfig.appName=The app name used when formatting the message in RFC5424 format
io.quarkus.runtime.logging.SyslogConfig.blockOnReconnect=Enables or disables blocking when attempting to reconnect a\n{@link org.jboss.logmanager.handlers.SyslogHandler.Protocol\#TCP\nTCP} or {@link org.jboss.logmanager.handlers.SyslogHandler.Protocol\#SSL_TCP SSL TCP} protocol
io.quarkus.runtime.logging.SyslogConfig.enable=If syslog logging should be enabled
io.quarkus.runtime.logging.SyslogConfig.endpoint=The IP address and port of the Syslog server
io.quarkus.runtime.logging.SyslogConfig.facility=Sets the facility used when calculating the priority of the message as defined by RFC-5424 and RFC-3164
io.quarkus.runtime.logging.SyslogConfig.filter=The name of the filter to link to the file handler.
io.quarkus.runtime.logging.SyslogConfig.format=The log message format
io.quarkus.runtime.logging.SyslogConfig.hostname=The name of the host the messages are being sent from
io.quarkus.runtime.logging.SyslogConfig.level=The log level specifying what message levels will be logged by the Syslog logger
io.quarkus.runtime.logging.SyslogConfig.maxLength=The maximum length, in bytes, of the message allowed to be sent. The length includes the header and the message.\n\nIf not set, the default value is {@code 2048} when {@code sys-log-type} is {@code rfc5424} (which is the default)\nand {@code 1024} when {@code sys-log-type} is {@code rfc3164}
io.quarkus.runtime.logging.SyslogConfig.protocol=Sets the protocol used to connect to the Syslog server
io.quarkus.runtime.logging.SyslogConfig.syslogType=Set the {@link SyslogType syslog type} this handler should use to format the message sent
io.quarkus.runtime.logging.SyslogConfig.truncate=Set to {@code true} to truncate the message if it exceeds maximum length
io.quarkus.runtime.logging.SyslogConfig.useCountingFraming=If enabled, the message being sent is prefixed with the size of the message
© 2015 - 2025 Weber Informatics LLC | Privacy Policy