mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
- Backport fix to allow raw kernel logs to console - Save 10 rotated (and gzipped) backups of all logs The latter change was discussed a few weeks ago. We determined it was a safe number since all active products have eMMC with *lots* of storage. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
# -l :: Keep kernel looging to console
|
|
# -m0 :: Disable periodic syslog MARK entries
|
|
# -s :: Enable secure mode, don't listen to remote logs
|
|
# -r 1M:5 :: Log rotation every 1 MiB and keep 5 rotated ones
|
|
SYSLOGD_ARGS="-l -m0 -s -r 1M:10"
|