How Yocto image generate syslog and dmesg files in folder /var/log #279
fengyingchu0827
started this conversation in
General
Replies: 1 comment 1 reply
-
How to do this depends on how you configure your builds, which logging implementation you choose to use, and to a certain degree, which init manager you choose. There are some hints about this in the Yocto Project documentation - go there and choose the version/branch you're using, then click on the "All-in-one Mega Manual" link and search for "syslog" and "/var/log" on that page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
May I ask how to have syslog and dmesg files in the folder of /var/log?
What I have to add in the bb files to build the image which have /var/log/syslog and /var/log/dmesg?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions