mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
set default logging level to warning and make it configurable in .conf file
This commit is contained in:
@@ -225,7 +225,7 @@ void AppConfig::set_defaults()
|
||||
set_bool("enable_ssl_for_ftp", true);
|
||||
|
||||
if (get("severity_level").empty())
|
||||
set("severity_level", "info");
|
||||
set("severity_level", "2");
|
||||
|
||||
if (get("internal_developer_mode").empty())
|
||||
set_bool("internal_developer_mode", false);
|
||||
|
||||
Reference in New Issue
Block a user