mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
API initialization changes (#483)
* initialization changes and shows no error * fix issues * remove unnecessary go routine * revert * fix http.Serve * add change log
This commit is contained in:
@@ -97,7 +97,7 @@ func NewBoltMQ(url *url.URL) (*BoltDbMQ, error) {
|
||||
db: db,
|
||||
}
|
||||
mq.Start()
|
||||
log.WithFields(logrus.Fields{"file": url.Path}).Info("BoltDb initialized")
|
||||
log.WithFields(logrus.Fields{"file": url.Path}).Debug("BoltDb initialized")
|
||||
return mq, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user