From eff3bac620f55a7f2b7a39798be25aa554beb46c Mon Sep 17 00:00:00 2001 From: Sid Heroor Date: Mon, 23 Feb 2015 23:15:25 -0700 Subject: dlt-daemon: Explicitly set the default loggingLevel to LOG_INFO Signed-off-by: Sid Heroor --- src/shared/dlt_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/dlt_common.c') 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; -- cgit v1.2.1