* Added a new kernel setting "syslog_buffer_size" to change the size of the
internal syslog ring buffer. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28280 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,9 +19,13 @@
|
||||
# disables syslog debug output - all debug output is also sent to
|
||||
# the syslog service by default.
|
||||
|
||||
#syslog_buffer_size 131768
|
||||
# The default size of the internal syslog ring buffer - if you often see
|
||||
# <DROP> or <TRUNC> messages in your syslog, you might want to increase
|
||||
# this value. Defaults to 65536 bytes.
|
||||
|
||||
#syslog_time_stamps true
|
||||
# Include time stamps in syslog debug output,
|
||||
# you don't get them by default
|
||||
# Include time stamps in syslog debug output, defaults to false.
|
||||
|
||||
#syslog_max_size 20MB
|
||||
# change maximum syslog file size, default is 512kB
|
||||
|
||||
Reference in New Issue
Block a user