Skip to content

Commit

Permalink
Lowered log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 9, 2025
1 parent 195d046 commit d3d740d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public Thread newThread(@NonNull Runnable r) {
Thread.NORM_PRIORITY));

public static void shutdown() {
log.info("Shutting down thread pools");
log.debug("Shutting down thread pools");
copyExecutor.shutdown();
startUpExecutor.shutdown();
backgroundExecutor.shutdown();
Expand Down

0 comments on commit d3d740d

Please sign in to comment.