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

io.quarkus.vertx.http.runtime.AccessLogConfig.jdp Maven / Gradle / Ivy

#
#Wed Jun 21 11:12:51 CEST 2023
io.quarkus.vertx.http.runtime.AccessLogConfig.baseFileName=The access log file base name, defaults to 'quarkus' which will give a log file\nname of 'quarkus.log'.
io.quarkus.vertx.http.runtime.AccessLogConfig.excludePattern=A regular expression that can be used to exclude some paths from logging.
io.quarkus.vertx.http.runtime.AccessLogConfig.pattern=The access log pattern.\n\nIf this is the string `common`, `combined` or `long` then this will use one of the specified named formats\:\n\n- common\: `%h %l %u %t "%r" %s %b`\n- combined\: `%h %l %u %t "%r" %s %b "%{i,Referer}" "%{i,User-Agent}"`\n- long\: `%r\\n%{ALL_REQUEST_HEADERS}`\n\nOtherwise, consult the Quarkus documentation for the full list of variables that can be used.\n\n@asciidoclet
io.quarkus.vertx.http.runtime.AccessLogConfig.rotate=If the log should be rotated daily
io.quarkus.vertx.http.runtime.AccessLogConfig.logToFile=If logging should be done to a separate file.
io.quarkus.vertx.http.runtime.AccessLogConfig.enabled=If access logging is enabled. By default this will log via the standard logging facility
io.quarkus.vertx.http.runtime.AccessLogConfig.logDirectory=The log directory to use when logging access to a file\n\nIf this is not set then the current working directory is used.
io.quarkus.vertx.http.runtime.AccessLogConfig.logSuffix=The log file suffix
io.quarkus.vertx.http.runtime.AccessLogConfig.category=The log category to use if logging is being done via the standard log mechanism (i.e. if base-file-name is empty).




© 2015 - 2025 Weber Informatics LLC | Privacy Policy