add additional logging messages

This commit is contained in:
Bradley Cicenas
2017-06-10 09:36:34 -03:00
parent 446708e456
commit 53b612ab07
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ func (c *Runc) Stream() chan Metrics {
func (c *Runc) run() {
c.running = true
defer close(c.stream)
log.Debugf("collector started for container: %s", c.id)
for {
stats, err := c.libc.Stats()