Skip to content

Commit

Permalink
Remora control improving logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mjok committed Sep 30, 2020
1 parent b7965d2 commit efe90ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void install(Instrumentation instrumentation) {
ScheduledExecutorService scheduledExecutorService = Executors.newScheduledThreadPool(1);
AvailableInetSocketAddress[] availableInetSocketAddress = { null };

logger.info("Scheduling http server after {} {}", serviceDelay, TimeUnit.SECONDS);
scheduledExecutorService.schedule(() -> {
try {
availableInetSocketAddress[0] = new AvailableInetSocketAddress(port);
Expand Down

0 comments on commit efe90ce

Please sign in to comment.