Add debug flag

This commit is contained in:
Adrien Reslinger 2019-06-30 00:17:01 +02:00
parent f7cad27a20
commit 753629ace9
2 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
---
containerd_debug: false

View file

@ -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