Gather public API coverage
[platform/core/system/dlog.git] / configs / 10-persistent-logs.conf
1 # Works AS IF a dlogutil instance was active and writing to a file (not a real instance!)
2 # The key has to be of the format `dlog_logger_conf_%s`, where %s is an arbitrary idenfitier.
3 # The value has to start with "dlogutil" and must contain the `-f` option, which specifies the path.
4 # Otherwise accepts same parameters (including filters) as the regular executable dlogutil.
5
6 # NOTE: Do not change the following key names!
7 #       Additional configuration files (in dlog.conf.d) might want to override these.
8 dlog_logger_conf_system=dlogutil -b system -r 8192 -n 1 -f /var/log/dlog/system -v threadtime *:I
9 dlog_logger_conf_main=  dlogutil -b main   -r 8192 -n 1 -f /var/log/dlog/main   -v threadtime *:W
10 dlog_logger_conf_radio= dlogutil -b radio  -r 2048 -n 1 -f /var/log/dlog/radio  -v threadtime
11 dlog_logger_conf_kmsg=  dlogutil -b kmsg   -r 8192 -n 1 -f /var/log/dlog/kernel -v rwtime