debug radio paradise

This commit is contained in:
2025-10-18 22:46:55 +02:00
parent 4567671822
commit aeb2f9c897
12 changed files with 13 additions and 13 deletions

View File

@@ -433,7 +433,7 @@ impl Config {
pub fn get_log_min_level(&self) -> Result<String> {
match self.get_value(&["host", "logger", "min_level"])? {
Value::String(s) => Ok(s),
_ => Ok("INFO".to_string()),
_ => Ok("TRACE".to_string()),
}
}