Collecting logs from chroot
This section describes how to collect logs from a chroot using a syslog-ng OSE client running on the host.
Complete the following steps:
Figure 23: Collecting logs from chroot
Steps
-
Create a /dev directory within the chroot. The applications running in the chroot send their log messages here.
-
Create a local source in the configuration file of the syslog-ng application running outside the chroot. This source should point to the /dev/log file within the chroot (for example, to the /chroot/dev/log directory).
-
Include the source in a log statement.
NOTE: You need to set up timezone information within your chroot as well. This usually means creating a symlink to /etc/localtime.