xf.li | 8611891 | 2025-03-19 20:07:27 -0700 | [diff] [blame^] | 1 | # This configuration file is used by the busybox syslog init script, |
| 2 | # /etc/init.d/syslog[.busybox] to set syslog configuration at start time. |
| 3 | |
| 4 | DESTINATION=file # log destinations (buffer file remote) |
| 5 | LOGFILE=/var/log/messages # where to log (file) |
| 6 | REMOTE=loghost:514 # where to log (syslog remote) |
| 7 | REDUCE=no # reduce-size logging |
| 8 | DROPDUPLICATES=no # whether to drop duplicate log entries |
| 9 | ROTATESIZE=1024 # rotate log if grown beyond X [kByte] |
| 10 | ROTATEGENS=5 # keep X generations of rotated logs |
| 11 | BUFFERSIZE=64 # size of circular buffer [kByte] |
| 12 | FOREGROUND=no # run in foreground (don't use!) |
| 13 | LOGLEVEL=4 # local log level (between 1 and 8) |