Skip to content

Commit

Permalink
Change FileDrop logging to be visible when verbose logging is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsherry committed Sep 1, 2024
1 parent 50d81f1 commit 6670624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ private static int contentLength(URL url) {
}

private static void log(String message) {
StratusLog.get().log(Level.FINEST, message);
StratusLog.get().log(Level.FINE, message);
}

/**
Expand Down

0 comments on commit 6670624

Please sign in to comment.