aboutsummaryrefslogtreecommitdiffstats
path: root/lib/includes/hicn/util/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/hicn/util/log.h')
-rw-r--r--lib/includes/hicn/util/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/hicn/util/log.h b/lib/includes/hicn/util/log.h
index 6763d464f..5650a164e 100644
--- a/lib/includes/hicn/util/log.h
+++ b/lib/includes/hicn/util/log.h
@@ -34,7 +34,7 @@ typedef struct {
} log_conf_t;
#define DEFAULT_LOG_CONF { \
- .log_level = LOG_INFO, \
+ .log_level = LOG_TRACE, \
.debug = 0, \
.log_file = NULL, \
};