Skip to content

Commit

Permalink
Extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Dec 2, 2016
1 parent 476112f commit e9b7c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ func (app *App) configureMongoDB() error {
db := session.DB(app.Config.GetString("mongo.db"))
app.MongoSession = session
app.MongoDb = db

l.Info("Connected to MongoDb successfully.")
return nil
}

Expand Down

0 comments on commit e9b7c3c

Please sign in to comment.