style: Add Start Tips

This commit is contained in:
lejianwen
2025-01-20 13:12:45 +08:00
parent 7c528facf9
commit 7d23ce3caf
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ var rootCmd = &cobra.Command{
InitGlobal()
},
Run: func(cmd *cobra.Command, args []string) {
//gin
global.Logger.Info("API SERVER START")
http.ApiInit()
},
}

View File

@@ -31,7 +31,7 @@ rustdesk:
webclient-magic-queryonline: 0
logger:
path: "./runtime/log.txt"
level: "warn" #trace,debug,info,warn,error,fatal
level: "info" #trace,debug,info,warn,error,fatal
report-caller: true
proxy:
enable: false