change default log level to Warn

This commit is contained in:
Michael Davidsaver
2021-04-26 15:19:03 -07:00
parent 6c3e5b693c
commit 3fe93ed92d
+1 -1
View File
@@ -158,7 +158,7 @@ struct logger_gbl_t {
{
std::string name(logger->name);
auto lvl = Level::Err;
auto lvl = Level::Warn;
// see if this logger name has already been configured.
auto it = loggers.find(logger->name);