Available in versions: Dev (3.20) | Latest (3.19) | 3.18

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!

The jOOQ Logo