From: Michal Bloch Date: Fri, 23 Jun 2023 15:45:32 +0000 (+0200) Subject: Add stdout redirection defaults to `dlog.conf` X-Git-Tag: accepted/tizen/unified/20230706.152117^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acf2ee3158fc847b71efd7b5142712792abbe67f;hp=002bbae2ac9755e10eb2c0899af3186c2355f4b4;p=platform%2Fcore%2Fsystem%2Fdlog.git Add stdout redirection defaults to `dlog.conf` For discoverability. Change-Id: I592a75d36a2915bf786ae54cc94591d606fa01c2 --- diff --git a/configs/dlog.conf b/configs/dlog.conf index 39a3c59..57dcb97 100644 --- a/configs/dlog.conf +++ b/configs/dlog.conf @@ -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