mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
feat(deltachat-repl): enable INFO logging by default and add timestamps
This commit is contained in:
@@ -481,7 +481,10 @@ async fn handle_cmd(
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Error> {
|
||||
let _ = pretty_env_logger::try_init();
|
||||
pretty_env_logger::formatted_timed_builder()
|
||||
.parse_default_env()
|
||||
.filter_module("deltachat_repl", log::LevelFilter::Info)
|
||||
.init();
|
||||
|
||||
let args = std::env::args().collect();
|
||||
start(args).await?;
|
||||
|
||||
Reference in New Issue
Block a user