libdlog: filters the `apps` buffer by default 10/193110/2 accepted/tizen/unified/20181115.151619 submit/tizen/20181115.015729
authorMichal Bloch <m.bloch@samsung.com>
Wed, 14 Nov 2018 14:51:58 +0000 (15:51 +0100)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 15 Nov 2018 01:48:52 +0000 (01:48 +0000)
Change-Id: Ie89cd6f5f660cc831aa55e95db7181720fca9191
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
configs/dlog.conf
documentation/dlog_ctl.txt

index eb0e46f..30d58c9 100644 (file)
@@ -23,7 +23,7 @@ debugmode=1
 limiter=1
 limiter|*|*=allow
 # A flag indicating if apps/events buffer entries are always checked against static/dynamic limiter rules
-limiter_apply_to_all_buffers=0
+limiter_apply_to_all_buffers=1
 
 # dynamic config_path - specifies the path to a DIRECTORY to enable dynamic runtime config changes (use dlogctl for control)
 dynamic_config_path=/run/dlog/filters.d/
index 8fe32da..d244616 100644 (file)
@@ -21,8 +21,9 @@ This should already be the case by default, but if not, here's how to:
 
  $ echo "limiter=1" >> /opt/etc/dlog.conf
 
-Remember that for backward-compatiblity reasons, the limiter does not apply
-to the `apps` buffer by default. Don't forget to change this behaviour:
+Another thing to take care of is that for backward-compatiblity reasons,
+the limiter used to not apply to the `apps` buffer. This has since changed
+but if you have an old config you might also want to change this behaviour:
 
  $ echo "limiter_apply_to_all_buffers=1" >> /opt/etc/dlog.conf