debug radio paradise

This commit is contained in:
2025-10-18 22:46:55 +02:00
parent 3ae20d0e3a
commit f00260ac4d
10 changed files with 12 additions and 12 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()),
}
}