From 135e75439eff9cb7171d8b5bcf2ff6a27d0bf132 Mon Sep 17 00:00:00 2001 From: Stefan Vacek Date: Wed, 2 Dec 2015 09:24:52 +0100 Subject: Set default log-levels in dlt.conf - feature: allow to define a default-log-level in dlt.conf (see dlt.conf for documentation) - bugfix: make dlt_unlock_mutex not inline to fix linkage - bugfix: initial log-level was not set correctly when no dlt-daemon was running Signed-off-by: Stefan Vacek --- src/daemon/dlt_daemon_common_cfg.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/daemon/dlt_daemon_common_cfg.h') diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h index d08a20e..5df87fa 100644 --- a/src/daemon/dlt_daemon_common_cfg.h +++ b/src/daemon/dlt_daemon_common_cfg.h @@ -91,11 +91,6 @@ /* Size of text buffer */ #define DLT_DAEMON_COMMON_TEXTBUFSIZE 255 -/* Initial log level */ -#define DLT_DAEMON_INITIAL_LOG_LEVEL DLT_LOG_INFO -/* Initial trace status */ -#define DLT_DAEMON_INITIAL_TRACE_STATUS DLT_TRACE_STATUS_OFF - /* Application ID used when the dlt daemon creates a control message */ #define DLT_DAEMON_CTRL_APID "DA1" /* Context ID used when the dlt daemon creates a control message */ -- cgit v1.2.1