Fix how %m behaves in the log format
[platform/core/system/dlog.git] / configs / 20-pipe.conf
1 # Uncomment line below to force pipe backend (otherwise it will be autodetected)
2 #backend=pipe
3
4 # Sockets that all programs connect to to receive a logging pipe.
5 main_conn_sock=/run/dlog/main.conn
6 apps_conn_sock=/run/dlog/apps.conn
7 system_conn_sock=/run/dlog/system.conn
8 radio_conn_sock=/run/dlog/radio.conn
9
10 # Sockets that administrative programs connect to to manipulate the daemon.
11 main_ctl_sock=/run/dlog/main.ctl
12 apps_ctl_sock=/run/dlog/apps.ctl
13 system_ctl_sock=/run/dlog/system.ctl
14 radio_ctl_sock=/run/dlog/radio.ctl
15
16 # Permissions for the relevant sockets.
17 main_conn_sock_rights=0222
18 apps_conn_sock_rights=0222
19 system_conn_sock_rights=0222
20 radio_conn_sock_rights=0222
21
22 main_ctl_sock_rights=0220
23 apps_ctl_sock_rights=0220
24 system_ctl_sock_rights=0220
25 radio_ctl_sock_rights=0220
26
27 # Size (in bytes) of internal cyclic buffers.
28 main_size=1048576
29 apps_size=1048576
30 system_size=1048576
31 radio_size=1048576
32
33 # Daemon's sorting method, ideally same as whichever util uses.
34 # The 4 possible values are "{sent,recv}_{mono,real}".
35 # Defaults to recv_mono
36 #sort_by=recv_mono
37
38 # Passive logging to file done by the daemon.
39 #
40 # NOTE: Do not change the following key names!  When different backend
41 #       is used (eg. logger, via 25-logger.conf) these will be overriden.
42 # dlog_logger_conf_kmsg=dlogutil -b kmsg -r 256 -n 1 -f /var/log/dlog/kernel -v kerneltime