Skip to content

Commit

Permalink
Fix log to have also app path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lqp1 committed Sep 28, 2020
1 parent cbbfffe commit be24ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TaskReplaceActor(

val restartStrategy = computeRestartStrategy(runSpec, state)

logger.info(s"restartStrategy gives : to_kill=>${restartStrategy.nrToKillImmediately} to_start=>${restartStrategy.nrToStartImmediately}")
logger.info(s"restartStrategy for ${pathId} gives : to_kill=>${restartStrategy.nrToKillImmediately} to_start=>${restartStrategy.nrToStartImmediately}")

// kill old instances to free some capacity
for (_ <- 0 until restartStrategy.nrToKillImmediately) killNextOldInstance(toKill)
Expand Down

0 comments on commit be24ad8

Please sign in to comment.