We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To improve the observability of wso2 products this adds logs to be printed when JDBC and LDAP calls are made.
This can be enabled by adding enableCorrelationLogs=true in system properties. By default this value is set to false.
Logs are printed in the following format in correlation.log
JDBC timestamp | correlationID | threadID | duration | callType | startTime | methodName | query | connectionUrl
LDAP timestamp | correlationID | threadID | duration | callType | startTime | methodName | providerUrl | principal | argsLengeth | args
The text was updated successfully, but these errors were encountered:
PR related to this can be found here #1862
Sorry, something went wrong.
No branches or pull requests
Purpose and Goals
To improve the observability of wso2 products this adds logs to be printed when JDBC and LDAP calls are made.
Details
This can be enabled by adding enableCorrelationLogs=true in system properties. By default this value is set to false.
Logs are printed in the following format in correlation.log
JDBC
timestamp | correlationID | threadID | duration | callType | startTime | methodName | query | connectionUrl
LDAP
timestamp | correlationID | threadID | duration | callType | startTime | methodName | providerUrl | principal | argsLengeth | args
The text was updated successfully, but these errors were encountered: