diff options
author | sledz <sledz@ba11ecae-741b-462f-8724-1218f99f5906> | 2010-03-02 11:47:21 +0000 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-03-11 12:28:28 +0100 |
commit | 6064bd27781b00a4c9526d57a2cbd5c4f31642d9 (patch) | |
tree | 10fdacfd98e028f722d4e92fdd0bbc296312c270 /recipes/busybox/files | |
parent | cd332df361751fbe63d2a4daabea0380fbba8980 (diff) |
busybox: syslog to file instead of buffer for hipox machine by default
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/busybox/files')
-rw-r--r-- | recipes/busybox/files/hipox/syslog.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/busybox/files/hipox/syslog.conf b/recipes/busybox/files/hipox/syslog.conf new file mode 100644 index 0000000000..b45cd459d4 --- /dev/null +++ b/recipes/busybox/files/hipox/syslog.conf @@ -0,0 +1,9 @@ +DESTINATION="file" # log destinations (buffer file remote) +MARKINT=20 # interval between --mark-- entries [min] +REDUCE=no # reduced-size logging +BUFFERSIZE=64 # buffer: size of circular buffer [kByte] +LOGFILE=/var/log/messages # file: where to log +ROTATESIZE=64 # file: rotate log if grown beyond X [kByte] (busybox 1.2+) +ROTATEGENS=1 # file: keep X generations of rotated logs (busybox 1.2+) +REMOTE=loghost:514 # remote: where to log +FOREGROUND=no # run in foreground (don't use!) |