use --debug to replace --silent (#37)
* add --silent to service command * ? * use --debug to toggle the logging
This commit is contained in:
@@ -413,5 +413,5 @@ func atomicStoreFloat64(x *uint64, v float64) {
|
||||
}
|
||||
|
||||
func println(v ...interface{}) {
|
||||
util.Println(agentConfig.Slient, v...)
|
||||
util.Println(agentConfig.Debug, v...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user