mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
board/common: container: Use syslog log backend for containers
Now that conmon can do it, make use of it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user