summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorSid Heroor <heroor@heptaxel.com>2015-02-23 23:15:25 -0700
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-06-17 08:50:06 +0200
commiteff3bac620f55a7f2b7a39798be25aa554beb46c (patch)
tree8a358d0a3fd50f58eb1168f99d289f1c61d2da58 /src/shared
parent9aa9137d88202998469f897336acdcd33f4d2a09 (diff)
downloadDLT-daemon-eff3bac620f55a7f2b7a39798be25aa554beb46c.tar.gz
dlt-daemon: Explicitly set the default loggingLevel to LOG_INFO
Signed-off-by: Sid Heroor <heroor@heptaxel.com>
Diffstat (limited to 'src/shared')
-rwxr-xr-xsrc/shared/dlt_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c
index 8672c03..88e77b2 100755
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -61,7 +61,7 @@ char dltSerialHeaderChar[DLT_ID_SIZE] = { 'D','L','S',1 };
/* internal logging parameters */
static int logging_mode = DLT_LOG_TO_CONSOLE;
-static int logging_level = 6;
+static int logging_level = LOG_INFO;
static char logging_filename[NAME_MAX + 1] = "";
static FILE *logging_handle = 0;