mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
Add env_logger to installer
Some libraries, namely nusb, produce debug logging that we might want to access in the field.
This commit is contained in:
committed by
Cooper Quintin
parent
90e2bddbbb
commit
6cb9a195ed
@@ -68,6 +68,7 @@ struct Serial {
|
||||
}
|
||||
|
||||
async fn run() -> Result<(), Error> {
|
||||
env_logger::init();
|
||||
let Args { command } = Args::parse();
|
||||
|
||||
match command {
|
||||
|
||||
Reference in New Issue
Block a user