mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 19:08:08 +00:00
Reduce log level in ASAN parsing (#1705)
This commit is contained in:
@ -56,7 +56,7 @@ pub async fn check_asan_string(mut data: String) -> Result<Option<CrashLog>> {
|
||||
data.truncate(ASAN_LOG_TRUNCATE_SIZE);
|
||||
data.push_str("...<truncated>");
|
||||
}
|
||||
warn!(
|
||||
debug!(
|
||||
"unable to parse asan log from string. error:{:?} data:{:?}",
|
||||
err, data
|
||||
);
|
||||
|
Reference in New Issue
Block a user