From: Hyotaek Shim Date: Mon, 3 Feb 2020 04:50:20 +0000 (+0900) Subject: Change time option for dlog_logger (recv_realtime -> threadtime) X-Git-Tag: accepted/tizen/5.5/unified/20200205.014428^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=466043d7d623fd1cf700314be748a2348f3bbbf3;p=platform%2Fcore%2Fsystem%2Fdlog.git Change time option for dlog_logger (recv_realtime -> threadtime) Change-Id: I3ef8c23721cec38a555da5b090af9c6173544b21 Signed-off-by: Hyotaek Shim (cherry picked from commit c40fbeb4ffd0dd45f3aef3abb7b4119cba4f0c84) --- diff --git a/configs/10-persistent-logs.conf b/configs/10-persistent-logs.conf index c6228d3..7e1b6a1 100644 --- a/configs/10-persistent-logs.conf +++ b/configs/10-persistent-logs.conf @@ -5,6 +5,6 @@ # NOTE: Do not change the following key names! # Additional configuration files (in dlog.conf.d) might want to override these. -dlog_logger_conf_system=dlogutil -b system -r 2048 -n 1 -f /var/log/dlog/system -v recv_realtime *:I -dlog_logger_conf_main=dlogutil -b main -r 1024 -n 1 -f /var/log/dlog/main -v recv_realtime *:W -dlog_logger_conf_radio=dlogutil -b radio -r 256 -n 1 -f /var/log/dlog/radio -v recv_realtime +dlog_logger_conf_system=dlogutil -b system -r 2048 -n 1 -f /var/log/dlog/system -v threadtime *:I +dlog_logger_conf_main=dlogutil -b main -r 1024 -n 1 -f /var/log/dlog/main -v threadtime *:W +dlog_logger_conf_radio=dlogutil -b radio -r 256 -n 1 -f /var/log/dlog/radio -v threadtime diff --git a/configs/dlog-logger.conf.test b/configs/dlog-logger.conf.test index 3e5a3cc..99e03fb 100644 --- a/configs/dlog-logger.conf.test +++ b/configs/dlog-logger.conf.test @@ -34,9 +34,9 @@ syslog_size=1048576 util_sorting_time_window=1000 -dlog_logger_conf_system=dlogutil -b system -r 2048 -n 1 -f /var/log/dlog/system -v recv_realtime *:I -dlog_logger_conf_main=dlogutil -b main -r 1024 -n 1 -f /var/log/dlog/main -v recv_realtime *:W -dlog_logger_conf_radio=dlogutil -b radio -r 256 -n 1 -f /var/log/dlog/radio -v recv_realtime -dlog_logger_conf_kmsg=dlogutil -b kmsg -r 1024 -n 1 -f /var/log/dlog/kernel -v rwtime +dlog_logger_conf_system=dlogutil -b system -r 2048 -n 1 -f /var/log/dlog/system -v threadtime *:I +dlog_logger_conf_main=dlogutil -b main -r 1024 -n 1 -f /var/log/dlog/main -v threadtime *:W +dlog_logger_conf_radio=dlogutil -b radio -r 256 -n 1 -f /var/log/dlog/radio -v threadtime +dlog_logger_conf_kmsg=dlogutil -b kmsg -r 1024 -n 1 -f /var/log/dlog/kernel -v kerneltime util_sorting_buffer_size=8192 dynamic_config_path=/tmp/dlog-filters/