summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-05-11 11:55:29 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-11 11:55:29 -0500
commit3cfbb8b4818e4d8684232a0d1176a9b1bdcf3ca6 (patch)
treec9f668369a86a225516029916ee154c92a7be2c7 /configs/samples
parentddbc68b68afd752ba5c1104db532dd753e22a971 (diff)
parent7d4a22bf2e98c1477d0e81306eb11844ed056c67 (diff)
Merge "logger: Added logger_queue_limit to the configuration options." into 13
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/logger.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/samples/logger.conf.sample b/configs/samples/logger.conf.sample
index 0fa7dcc8d..947be3a98 100644
--- a/configs/samples/logger.conf.sample
+++ b/configs/samples/logger.conf.sample
@@ -78,6 +78,14 @@
; Directory for log files is configures in asterisk.conf
; option astlogdir
;
+; All log messages go to a queue serviced by a single thread
+; which does all the IO. This setting controls how big that
+; queue can get (and therefore how much memory is allocated)
+; before new messages are discarded.
+; The default is 1000
+;logger_queue_limit = 250
+;
+;
[logfiles]
;
; Format is "filename" and then "levels" of debugging to be included: