board/common: container: Use syslog log backend for containers

Now that conmon can do it, make use of it.
This commit is contained in:
Tobias Waldekranz
2024-12-18 23:25:07 +01:00
parent 7fecac2973
commit 7dfb1f131e
+1 -1
View File
@@ -226,7 +226,7 @@ create()
fi
if [ -z "$logging" ]; then
logging="--log-driver none"
logging="--log-driver syslog"
fi
# When we get here we've already fetched, or pulled, the image