not ready for spans yet in hot land

This commit is contained in:
Reed Allman
2017-09-08 05:06:35 -07:00
parent a5764b4a75
commit 53ff665d69
2 changed files with 3 additions and 2 deletions

View File

@@ -596,6 +596,7 @@ func (a *agent) runHot(slots chan<- slot, call *call, tok Token) error {
}
logger := logrus.WithFields(logrus.Fields{"id": container.id, "app": call.AppName, "route": call.Path, "image": call.Image, "memory": call.Memory, "format": call.Format, "idle_timeout": call.IdleTimeout})
ctx = common.WithLogger(ctx, logger)
cookie, err := a.driver.Prepare(ctx, container)
if err != nil {