enhance: remove unused log and improve loading style

This commit is contained in:
Akino 2025-04-10 03:46:42 +00:00
parent 9f0107eeed
commit 32d7c74835
No known key found for this signature in database
GPG key ID: FB2F74D193A40907
10 changed files with 68 additions and 69 deletions

View file

@ -313,7 +313,6 @@ func getNginxProcessInfo() (map[string]interface{}, error) {
// 转换为 MB
memoryUsage := float64(mem.RSS) / 1024 / 1024
totalMemory += memoryUsage
logger.Debug("Master进程内存使用(MB):", memoryUsage)
}
break