diff --git a/vit-servicing-station-lib/src/server/settings/config.rs b/vit-servicing-station-lib/src/server/settings/config.rs index 162ad0a8..34bf2958 100644 --- a/vit-servicing-station-lib/src/server/settings/config.rs +++ b/vit-servicing-station-lib/src/server/settings/config.rs @@ -160,9 +160,7 @@ impl ServiceSettings { return_settings.block0_path = other_settings.block0_path.clone(); } - if other_settings.log.log_level != return_settings.log.log_level { - return_settings.log.log_level = other_settings.log.log_level; - } + return_settings.log.log_level = other_settings.log.log_level; if other_settings.log.log_output_path.is_some() { return_settings.log.log_output_path = other_settings.log.log_output_path.clone();