Set running output quiet mode in agent connect func

closes #701
This commit is contained in:
Cameron Sparr
2016-02-22 11:40:27 -07:00
committed by Michele Fadda
parent 01b7c88561
commit 351506f318
3 changed files with 3 additions and 1 deletions

View File

@@ -429,7 +429,6 @@ func (c *Config) addOutput(name string, table *ast.Table) error {
ro.MetricBufferLimit = c.Agent.MetricBufferLimit
}
ro.FlushBufferWhenFull = c.Agent.FlushBufferWhenFull
ro.Quiet = c.Agent.Quiet
c.Outputs = append(c.Outputs, ro)
return nil
}