Skip to content

Commit

Permalink
Add logger for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shay-berman committed Mar 29, 2018
1 parent 5564a09 commit b5b2e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func main() {
heartbeat := utils.NewHeartbeat(ubiquityConfigPath)

logger.Info("Checking for heartbeat....")
logger.Info("test olga....")
probeHeartbeatUntilFree(heartbeat)

err = heartbeat.Create()
Expand Down

0 comments on commit b5b2e6e

Please sign in to comment.