mirror of
https://github.com/jlengrand/RemarkablePocket.git
synced 2026-03-10 08:41:19 +00:00
Change db initialization message to debug level
This commit is contained in:
@@ -45,7 +45,7 @@ public class ArticleValidator {
|
||||
try (Statement stmt = conn.createStatement()) {
|
||||
stmt.execute(sql);
|
||||
}
|
||||
LOG.info("Database initialized at: {}", DB_PATH);
|
||||
LOG.debug("Database initialized at: {}", DB_PATH);
|
||||
} catch (SQLException | IOException e) {
|
||||
LOG.error("Error initializing database", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user