Skip to content

Commit

Permalink
0005383: Fixed snapshots not containing log files when they're in a n…
Browse files Browse the repository at this point in the history
…on-default location
  • Loading branch information
evan-miller-jumpmind committed Jul 28, 2022
1 parent 844d6f3 commit 47c2589
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ public static List<LogSummary> getLogSummaries(String engineName, Level level) {

public static File getLogDir() {
if (helper != null) {
helper.getLogDir();
return helper.getLogDir();
}
return null;
}
Expand Down

0 comments on commit 47c2589

Please sign in to comment.