We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2126f commit da98c23Copy full SHA for da98c23
1 file changed
src/main/java/com/eternalcode/parcellockers/database/DatabaseManager.java
@@ -91,7 +91,7 @@ public void disconnect() {
91
this.dataSource.close();
92
this.connectionSource.close();
93
} catch (Exception exception) {
94
- exception.printStackTrace();
+ this.logger.severe("Failed to disconnect from the database: " + exception.getMessage());
95
}
96
97
0 commit comments