summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.2.1/angstrom/syslog.conf
AgeCommit message (Collapse)AuthorFiles
2007-04-26busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.Paul Sokolovsky1
* With rotation and size/rotation count limit, which coupled with /var/log being a tmpfs, makes it not worse than canonical circular buffer logging, but much more friendly for people not familiar with busybox. * Closes #2135. * Approved by Koen Kooi