Commit d960ec2c authored by Vadim Troshchinskiy's avatar Vadim Troshchinskiy Committed by Mihai Moldovan

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.
parent b0521e81
......@@ -223,7 +223,7 @@ class NXLog
NXLog()
{
stream_ = &std::cerr;
level_ = NXDEBUG;
level_ = NXWARNING;
synchronized_ = true;
thread_buffer_size_ = 1024;
log_level_ = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment