Skip to content

Commit

Permalink
Merge pull request #534 from depay/idlog
Browse files Browse the repository at this point in the history
Add framework ID to log
  • Loading branch information
gkleiman committed Aug 25, 2015
2 parents 9ded504 + 73cabe5 commit 09ac19c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class MesosJobFramework @Inject()(

import scala.concurrent.ExecutionContext.Implicits.global

log.info("Registered")
log.info("Registered with ID: " + frameworkID.getValue)
log.info("Master info:" + masterInfo.toString)
frameworkIdUtil.store(frameworkID)
mesosOfferReviver.reviveOffers()
Expand Down

0 comments on commit 09ac19c

Please sign in to comment.