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
parent 29016822fd
commit 9ce8d78835
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
}