Skip to content

Commit

Permalink
board/common: container: Use syslog log backend for containers
Browse files Browse the repository at this point in the history
Now that conmon can do it, make use of it.
  • Loading branch information
wkz committed Dec 18, 2024
1 parent 7fecac2 commit 7dfb1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/common/rootfs/usr/sbin/container
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dfb1f1

Please sign in to comment.