Add stdout redirection defaults to `dlog.conf` 85/294785/1 accepted/tizen/unified/20230706.152117
authorMichal Bloch <m.bloch@samsung.com>
Fri, 23 Jun 2023 15:45:32 +0000 (17:45 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 23 Jun 2023 15:45:54 +0000 (17:45 +0200)
For discoverability.

Change-Id: I592a75d36a2915bf786ae54cc94591d606fa01c2

configs/dlog.conf

index 39a3c59..57dcb97 100644 (file)
@@ -16,6 +16,12 @@ enable_radio=1
 enable_system=1
 enable_apps=1
 
+# Disables stdout redirection for given buffer. No effect on "regular" logs.
+stdout_enable_main=1
+stdout_enable_radio=1
+stdout_enable_system=1
+stdout_enable_apps=1
+
 # enable_kmsg = 1 # DOESN'T WORK! KMSG is not a libdlog-populated buffer. See below for `handle_kmsg` instead.
 enable_critical=1