core: autotracing: disable debug
Signed-off-by: Tonghao Zhang <tonghao@bamaicloud.com>
This commit is contained in:
parent
189879f09c
commit
b5c329086e
|
@ -78,7 +78,7 @@ const (
|
|||
taskCgroupType = 2
|
||||
)
|
||||
|
||||
const debugDload = true
|
||||
const debugDload = false
|
||||
|
||||
type containersDloadMap map[string]*containerDloadInfo
|
||||
|
||||
|
|
Loading…
Reference in New Issue