Filter agent app-insights logs based on log::max_level (#125)

This commit is contained in:
bmc-msft
2020-10-09 13:52:14 -04:00
committed by GitHub
parent f43c44e55c
commit 69832f727c
3 changed files with 19 additions and 18 deletions

View File

@ -9,7 +9,6 @@ use crate::tasks::{
utils::{self, CheckNotify},
};
use anyhow::{Error, Result};
use appinsights::telemetry::SeverityLevel;
use onefuzz::{
expand::Expand,
fs::{has_files, set_executable, OwnedDir},