Add debug flag
This commit is contained in:
parent
f7cad27a20
commit
753629ace9
2 changed files with 3 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
containerd_debug: false
|
||||
|
|
@ -9,12 +9,14 @@ oom_score = 0
|
|||
max_recv_message_size = 16777216
|
||||
max_send_message_size = 16777216
|
||||
|
||||
{% if containerd_debug == true %}
|
||||
[debug]
|
||||
address = ""
|
||||
uid = 0
|
||||
gid = 0
|
||||
level = ""
|
||||
|
||||
{% endif %}
|
||||
[metrics]
|
||||
address = ""
|
||||
grpc_histogram = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue