use --debug to replace --silent (#37)

* add --silent to service command

* ?

* use --debug to toggle the logging
This commit is contained in:
UUBulb
2024-07-13 12:47:22 +08:00
committed by GitHub
parent 3bf3f97767
commit fda3a52533
6 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -413,5 +413,5 @@ func atomicStoreFloat64(x *uint64, v float64) {
}
func println(v ...interface{}) {
util.Println(agentConfig.Slient, v...)
util.Println(agentConfig.Debug, v...)
}