mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-17 07:46:10 +00:00
During start-up, logs are sent to syslog and stderr and the console if syslog is not available. -l logfile will also send the logs to logfile but only prior to any log trigger events. -m mount_trigger lets the user specify the mount point to watch for to begin sending logs to -t triggered_log file which may be on the newly mounted file system. Log concatenation and rollover are not implemented, yet. Logging functionality has been separated into transfused_log.c. Locks have been placed around shared fds. The writer thread is now symmetric to the reader thread instead of inheriting the parent's thread in order to trigger log switchover after the file system proxy has started. The coredump size rlimit has been lifted. Signed-off-by: David Sheets <david.sheets@docker.com>
The directories below should be turned into proper packages, built from upstream.
Currently these are temporarily vendored from pinata.