Skip to content

Commit

Permalink
add logs back into tracing (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Sep 26, 2023
1 parent a3e05dd commit 7bd9978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async fn main() -> Result<()> {
dotenv().ok(); // Couldn't load multiple Env Vars without this!
let args = Arguments::parse();
let subscriber = tracing_subscriber::FmtSubscriber::builder()
.with_env_filter(env::var("RUST_LOGS").unwrap_or("info,arak=debug".to_string()))
.with_ansi(false)
.finish();

Expand Down

0 comments on commit 7bd9978

Please sign in to comment.