How to generate JDBC driver log file
Scenario
A JDBC driver log file is required for further issue investigation.
Steps to enable JDBC logging
Right-click the data source and navigate to Diagnostics | Show JDBC Log Settings.
In the JDBC Log Settings dialog:
- Check the Enabled box
- Under Custom configuration, select To idea.log
Reproduce the issue.
Attach the idea.log file, which can be located via Help | Show Log in ..., to the support ticket.
Make sure to disable JDBC logging by unchecking the Enabled box after collecting the necessary logs.
Please sign in to leave a comment.
