DESTINATION=buffer # log destinations (buffer file remote)
LOGFILE=/var/log/messages # where to log (file)
REMOTE=loghost:514 # where to log (syslog remote)
REDUCE=no # reduce-size logging
DROPDUPLICATES=no # whether to drop duplicate log entries
#ROTATESIZE=0 # rotate log if grown beyond X [kByte]
#ROTATEGENS=3 # keep X generations of rotated logs
BUFFERSIZE=2000 # size of circular buffer [kByte]
FOREGROUND=no # run in foreground (don't use!)
#LOGLEVEL=5 # local log level (between 1 and 8)
Maybe I misunderstand the question? Would you please clarify?
I guess you are asking how to modify the log buffer size to save big log from your app?
If yes, then we can modify and increase the default “BUFFERSIZE”.
I’m surprised by the confusion referencing rsyslog in where the files are named syslog in several places.
Now, if busybox uses /etc/syslog-startup.conf it’s again more confusing to me. Why the usual configuration files are still here and finally what is actually used and not used?