From d960ec2cb0a6f9e0d35cd034d27a5fdd88a4307e Mon Sep 17 00:00:00 2001
From: Vadim Troshchinskiy <vtroshchinskiy@qindel.com>
Date: Thu, 22 Dec 2016 12:40:43 +0100
Subject: Set default log level to WARNING

This is to ensure the log output is the same as previous releases,
which didn't have INFO defined by default.
---
 nxcomp/src/Log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nxcomp/src/Log.h b/nxcomp/src/Log.h
index f4ee66e1f..c3ddd9568 100644
--- a/nxcomp/src/Log.h
+++ b/nxcomp/src/Log.h
@@ -223,7 +223,7 @@ class NXLog
     NXLog()
     {
         stream_             = &std::cerr;
-        level_              = NXDEBUG;
+        level_              = NXWARNING;
         synchronized_       = true;
         thread_buffer_size_ = 1024;
         log_level_          = false;
-- 
cgit v1.2.3