Skip to content

Commit

Permalink
main: Enable debug logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
haecker-felix committed May 3, 2024
1 parent af72364 commit 533a2b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ pub use section::Section;

#[tokio::main(flavor = "current_thread")]
async fn main() {
std::env::set_var("RUST_LOG", "debug");

pretty_env_logger::init_timed();

info!("Starting hebbot");
Expand Down

0 comments on commit 533a2b0

Please sign in to comment.