Make cri-dockerd log level configurable (#11646)

This commit is contained in:
Erwan Miran
2024-10-21 23:54:52 +02:00
committed by GitHub
parent d1417d54ce
commit daa9411b91
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
# Default is "info" (like if not provided). Possible values are any log level string parseable by logrus
cri_dockerd_log_level: "info"