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
@@ -13,7 +13,7 @@ type AgentConfig struct {
DNS []string
GPU bool
Temperature bool
Slient bool
Debug bool
v *viper.Viper
}