We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acb905 commit eb72b86Copy full SHA for eb72b86
1 file changed
application/backend/app/containerdb/containerdb.go
@@ -52,7 +52,7 @@ func checkAndManageLogSize(host string, container string) error {
52
}
53
54
55
- fmt.Printf("Max size: %d, current dir size: %d\n", maxSize, totalSize)
+ // fmt.Printf("Max size: %d, current dir size: %d\n", maxSize, totalSize)
56
if totalSize <= maxSize {
57
break
58
0 commit comments