Execute Logging SQL Exceptions
Applies to ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
The executeLoggingSQLExceptions
setting turns off the default logging of SQLExceptions.
Example configuration
Settings settings = new Settings() .withExecuteLoggingSQLExceptions(false); // Defaults to true
Feedback
Do you have any feedback about this page? We'd love to hear it!