Execute Logging SQL Exceptions
Supported by ❌ 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!