chore: Set default internal log level to trace

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-27 18:39:48 -03:00
parent e7fa5bf72c
commit 0ccf7f8971

View file

@ -897,7 +897,7 @@ async fn main() -> std::io::Result<()> {
use crate::llm::local::ensure_llama_servers_running;
if no_console || no_ui {
botlib::logging::init_compact_logger_with_style("info");
botlib::logging::init_compact_logger_with_style("trace");
println!("Starting General Bots {}...", env!("CARGO_PKG_VERSION"));
}