mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
log tweak:
1. deprecate severity_level, use log_severity_level config key 2. remove encrytped bbl debug_network log file
This commit is contained in:
parent
53e45310f3
commit
8d34e22d7f
5 changed files with 30 additions and 7 deletions
|
@ -207,7 +207,7 @@ DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, BORDERLESS_FRAME_
|
|||
set_max_recent_count((int)max_recent_count);
|
||||
|
||||
//reset log level
|
||||
auto loglevel = wxGetApp().app_config->get("severity_level");
|
||||
auto loglevel = wxGetApp().app_config->get("log_severity_level");
|
||||
Slic3r::set_logging_level(Slic3r::level_string_to_boost(loglevel));
|
||||
|
||||
// BBS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue