DbSchema
DbSchema
Thank you for writing about this. We fixed the problem, pushed the change. Publishing the artifact fails. We are checking for a solution.
Now we had a new attempt which succeeded. Please give it a try.
We use in our code ``` final FileHandler fileHandler = new FileHandler("%h/.DbSchema/logs/DbfJdbcDriver.log"); fileHandler.setFormatter( new SimpleFormatter()); fileHandler.setLevel(Level.ALL); LOGGER.addHandler(fileHandler); ``` the %h should be replaced by the home directory. See [FileHandler](https://docs.oracle.com/javase/7/docs/api/java/util/logging/FileHandler.html) Could...
Thank you for your reply. This is correct. We added a fix for this issue.