debug radio paradise

This commit is contained in:
2025-10-18 22:46:55 +02:00
parent 10724430ce
commit 5fe1624f26
11 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()),
}
}