core: autotracing: disable debug

Signed-off-by: Tonghao Zhang <tonghao@bamaicloud.com>
This commit is contained in:
Tonghao Zhang 2025-07-29 09:21:17 -04:00
parent 189879f09c
commit b5c329086e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const (
taskCgroupType = 2
)
const debugDload = true
const debugDload = false
type containersDloadMap map[string]*containerDloadInfo