chore: Set default internal log level to trace
This commit is contained in:
parent
e7fa5bf72c
commit
0ccf7f8971
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue