chore: Revert default log level to info
This commit is contained in:
parent
2faf16a68d
commit
bdacbab140
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ fn create_tray_with_mode(mode: String) -> Result<String, String> {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
botlib::logging::init_compact_logger("trace");
|
||||
botlib::logging::init_compact_logger("info");
|
||||
let version = env!("CARGO_PKG_VERSION");
|
||||
info!("BotApp {version} starting...");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue