diff --git a/templates/etc/docker/daemon.json.j2 b/templates/etc/docker/daemon.json.j2 index 993b8de..ffc3802 100644 --- a/templates/etc/docker/daemon.json.j2 +++ b/templates/etc/docker/daemon.json.j2 @@ -1,3 +1,4 @@ { - "storage-driver": "btrfs" + "storage-driver": "btrfs", + "log-driver": "syslog" }