* 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:
Axel Dörfler
2008-10-22 10:41:31 +00:00
parent 8d805b68a5
commit 18ad0f1b8a
2 changed files with 27 additions and 5 deletions
+6 -2
View File
@@ -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