mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add additional logging messages
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user