chore: Revert default log level to info

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-27 18:44:22 -03:00
parent bb8b35d885
commit f4dcae288a

View file

@ -5,7 +5,7 @@ mod shared;
mod ui_server;
fn init_logging() {
botlib::logging::init_compact_logger("trace");
botlib::logging::init_compact_logger("info");
}
fn get_port() -> u16 {