mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: default log level is now info
This commit is contained in:
@ -23,7 +23,7 @@ async fn list_recursive(client: &XsdClient, path: &str) -> Result<()> {
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("warn")).init();
|
||||
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("info")).init();
|
||||
let client = XsdClient::open().await?;
|
||||
loop {
|
||||
list_recursive(&client, "/").await?;
|
||||
|
Reference in New Issue
Block a user