Module settings

Property Type Description Default

logging.method.enabled

boolean

Should method logging extensions in modules be loaded?

false

logging.method.default-minimum-duration

int

Number of milliseconds a method should take before it will be logged.

75

logging.method.configuration

MethodLogConfiguration.class

Advanced configuration settings for method logging.

null

logging.request.logger

RequestLogger.class

Should request logging be disabled, or enabled as filter or servlet?

RequestLogger.FILTER

logging.request.excluded-path-patterns

Collection<String>

Path patterns that should be excluded from request logging.

logging.request.included-path-patterns

Collection<String>

Path patterns that should be included for request logging.

all

logging.request.servlet-name-filter-mappings

Collection<String>

Servlet names to which the request logger should be applied (if filter).

logging.request.url-filter-mappings

Collection<String>

Servlet URL patterns to which the request logger should be applied (if filter).

/*

logging.request.logger-level-threshold

LoggerLevelThreshold.class

Configure custom log levels depending on request duration.

null

logging.request.configuration

RequestLoggerConfiguration.class

Advanced configuration settings for request logging.

null

logging.request-response.enabled

boolean

Should request/response debug logging be possible?

false

logging.request-response.paused

boolean

Should request/response debug logging be paused?

false

logging.request-response.max-entries

int

Number of request/response log entries that should be kept in memory.

100

logging.request-response.excluded-path-patterns

Collection<String>

Path patterns that should be excluded from request/response logging.

/debug/**,/across/**,/**/login

logging.request-response.included-path-patterns

Collection<String>

Path patterns that should be included for request/response logging.

all

logging.request-response.servlet-name-filter-mappings

Collection<String>

Servlet names to which the request/response logger should be applied (if filter).

logging.request-response.url-filter-mappings

Collection<String>

Servlet URL patterns to which the request/response logger should be applied (if filter).

/*

logging.request-response.configuration

RequestResponseLogConfiguration.class

Advanced configuration settings for request/response debug logging.

null

logging.logstash.server

String

The scheme, host and port of the Logstash server. E.g. http://localhost:5000

logging.kibana.server

String

The scheme, host and port of the Kibana server. E.g. http://localhost:5601

logging.logstash.application

String

The name of the application that will be used for populating the application field within ElasticSearch