Merge branch 'main' into assists

This commit is contained in:
Max Brunsfeld 2022-02-08 12:41:57 -08:00
commit e0fe8b5a7c
10 changed files with 126 additions and 66 deletions

View file

@ -12,8 +12,9 @@ use util::test::Network;
#[cfg(test)]
#[ctor::ctor]
fn init_logger() {
// std::env::set_var("RUST_LOG", "info");
env_logger::init();
if std::env::var("RUST_LOG").is_ok() {
env_logger::init();
}
}
#[test]