set default logging level to warning and make it configurable in .conf file

This commit is contained in:
SoftFever 2024-03-16 21:28:59 +08:00
parent 7a54131f39
commit 6ab5bc8bef
3 changed files with 6 additions and 3 deletions

View file

@ -2169,6 +2169,8 @@ void GUI_App::init_app_config()
}
#endif // _WIN32
}
set_logging_level(Slic3r::level_string_to_boost(app_config->get("severity_level")));
}
// returns true if found newer version and user agreed to use it