mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
set default logging level to warning and make it configurable in .conf file
This commit is contained in:
parent
7a54131f39
commit
6ab5bc8bef
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue