Module settings
Property | Type | Description | Default |
---|---|---|---|
logging.method.enabled |
|
Should method logging extensions in modules be loaded? |
false |
logging.method.default-minimum-duration |
|
Number of milliseconds a method should take before it will be logged. |
75 |
logging.method.configuration |
|
Advanced configuration settings for method logging. |
null |
logging.request.logger |
|
Should request logging be disabled, or enabled as filter or servlet? |
RequestLogger.FILTER |
logging.request.excluded-path-patterns |
|
Path patterns that should be excluded from request logging. |
|
logging.request.included-path-patterns |
|
Path patterns that should be included for request logging. |
all |
logging.request.servlet-name-filter-mappings |
|
Servlet names to which the request logger should be applied (if filter). |
|
logging.request.url-filter-mappings |
|
Servlet URL patterns to which the request logger should be applied (if filter). |
/* |
logging.request.logger-level-threshold |
|
Configure custom log levels depending on request duration. |
null |
logging.request.configuration |
|
Advanced configuration settings for request logging. |
null |
logging.request-response.enabled |
|
Should request/response debug logging be possible? |
false |
logging.request-response.paused |
|
Should request/response debug logging be paused? |
false |
logging.request-response.max-entries |
|
Number of request/response log entries that should be kept in memory. |
100 |
logging.request-response.excluded-path-patterns |
|
Path patterns that should be excluded from request/response logging. |
/debug/**,/across/**,/**/login |
logging.request-response.included-path-patterns |
|
Path patterns that should be included for request/response logging. |
all |
logging.request-response.servlet-name-filter-mappings |
|
Servlet names to which the request/response logger should be applied (if filter). |
|
logging.request-response.url-filter-mappings |
|
Servlet URL patterns to which the request/response logger should be applied (if filter). |
/* |
logging.request-response.configuration |
|
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 |