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_recv_message_size = 16777216
|
||||||
max_send_message_size = 16777216
|
max_send_message_size = 16777216
|
||||||
|
|
||||||
|
{% if containerd_debug == true %}
|
||||||
[debug]
|
[debug]
|
||||||
address = ""
|
address = ""
|
||||||
uid = 0
|
uid = 0
|
||||||
gid = 0
|
gid = 0
|
||||||
level = ""
|
level = ""
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
[metrics]
|
[metrics]
|
||||||
address = ""
|
address = ""
|
||||||
grpc_histogram = false
|
grpc_histogram = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue