chore: update server logger

This commit is contained in:
Steven
2024-03-06 00:43:13 +08:00
parent d866268a7a
commit 02fb415260
4 changed files with 53 additions and 12 deletions

View File

@ -152,7 +152,6 @@ func initConfig() {
println("port:", serverProfile.Port)
println("mode:", serverProfile.Mode)
println("version:", serverProfile.Version)
println("metric:", serverProfile.Metric)
println("---")
}