diff --git a/src/bin/msgq/msgq.c b/src/bin/msgq/msgq.c index bb4c06a563..01e2ba8fb2 100644 --- a/src/bin/msgq/msgq.c +++ b/src/bin/msgq/msgq.c @@ -152,7 +152,7 @@ isc_timermgr_t *timermgr; unsigned int connection_counter = 0; -int con_log_level = LOG_NOTICE; +int con_log_level = LOG_DEBUG; static void recv_len(isc_task_t *, isc_event_t *); static void recv_data(isc_task_t *, isc_event_t *);