diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-11 12:45:29 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-11 12:45:29 +0100 |
commit | 82311ec3960366b2f9e31c69f9eaa09cd0d12891 (patch) | |
tree | 515d351bf0c9c71112190f117c2503a600a87a2e /recipes/busybox/files/hipox/syslog.conf | |
parent | cad405defe04d0d338480bd761e72215b31b3def (diff) | |
parent | b35a5e4e5768d62fe7d8cdf97410e4925c9c81b2 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/busybox/files/hipox/syslog.conf')
-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!) |