class DataSourceProxyConfigurationProperties.QueryLogger extends Object
Type | Name and description |
---|---|
List<String> |
filteringOutRegularExpressionList The list of regular expression strings that will filter out matching query string from the log. |
net.ttddyy.dsproxy.listener.logging.SLF4JLogLevel |
logLevel SLF4j log level to be used for queryLogger. |
String |
name The name of query logger as it will be seen in the log. |
Constructor and description |
---|
DataSourceProxyConfigurationProperties.QueryLogger() |
The list of regular expression strings that will filter out matching query string from the log.
Default value is empty list. Do note that filtered out entries are still logged if query logger's log level is configured toTRACE
.
SLF4j log level to be used for queryLogger.
Default value isDEBUG
.
The name of query logger as it will be seen in the log.
Default value is'klokwrk.datasourceproxy.queryLogger'
.
Groovy Documentation