mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 01:42:09 +00: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:
@@ -677,7 +677,7 @@ void PresetUpdater::priv::sync_config()
|
||||
}
|
||||
} catch (...) {}
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(error) << format("Error getting: `%1%`: HTTP %2%, %3%", "sync_config_orca", http_status, error);
|
||||
BOOST_LOG_TRIVIAL(info) << format("Error getting: `%1%`: HTTP %2%, %3%", "sync_config_orca", http_status, error);
|
||||
})
|
||||
.timeout_connect(5)
|
||||
.on_complete([this, asset_name, cache_profile_path, cache_profile_update_file](std::string body, unsigned http_status) {
|
||||
|
||||
Reference in New Issue
Block a user