[dlt.conf] dlt-daemon 관련 정리
dlt-daemon 관련 설정파일 dlt.conf
참고 링크 : https://manpages.debian.org/testing/dlt-daemon/dlt.conf.5.en.html
Verbose
- Start daemon in debug mode, so that all internal debug information is printed out on the console
Daemonize : 1로 설정
SendSerialHeader : 0
# Send automatic get log info response during context registration
SendContextRegistration = 1
ECUId
This value sets the ECU Id, which is sent with each DLT message.Default: ECU1
LoggingMode¶
The logging console for internal logging of dlt-daemon. 0 = log to stdout, 1 = log to syslog, 2 = log to file (see LoggingFilename)
Default: 0
LoggingLevel
The internal log level, up to which logs are written. LOG_EMERG = 0, LOG_ALERT = 1, LOG_CRIT = 2, LOG_ERR = 3, LOG_WARNING = 4, LOG_NOTICE = 5, LOG_INFO = 6, LOG_DEBUG = 7
Default: 6
ContextLogLevel
Initial log-level that is sent when an application registers. DLT_LOG_OFF = 0, DLT_LOG_FATAL = 1, DLT_LOG_ERROR = 2, DLT_LOG_WARN = 3, DLT_LOG_INFO = 4, DLT_LOG_DEBUG = 5, DLT_LOG_VERBOSE = 6Default: 4