Add pid to containers output

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2015-12-09 15:53:23 -08:00
parent 1d3349128e
commit 0470f0790e
4 changed files with 2 additions and 19 deletions

View File

@@ -133,12 +133,6 @@ func (s *Supervisor) Start() error {
// so that nothing else is scheduled over the top of it.
goruntime.LockOSThread()
for e := range s.events {
logrus.WithFields(logrus.Fields{
"type": e.Type,
"timestamp": e.Timestamp,
"id": e.ID,
"bundlePath": e.BundlePath,
}).Debug("event received")
EventsCounter.Inc(1)
h, ok := s.handlers[e.Type]
if !ok {