chore: minor cleanup
This commit is contained in:
parent
879f94a257
commit
07c57b43ff
1 changed files with 1 additions and 3 deletions
|
|
@ -157,9 +157,7 @@ fn create_tray_with_mode(mode: String) -> Result<String, String> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("info"))
|
botlib::logging::init_compact_logger("info");
|
||||||
.format_timestamp_millis()
|
|
||||||
.init();
|
|
||||||
|
|
||||||
let version = env!("CARGO_PKG_VERSION");
|
let version = env!("CARGO_PKG_VERSION");
|
||||||
info!("BotApp {version} starting...");
|
info!("BotApp {version} starting...");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue