mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 19:38:11 +00:00
porting the proxy state machine (#2286)
* porting the proxy state machine * use async version * is used * rename base state to state * fix auth fix extension path * ignore log info in check logs
This commit is contained in:
@ -859,7 +859,7 @@ class TestOnefuzz:
|
||||
break
|
||||
|
||||
# ignore logging.info coming from Azure Functions
|
||||
if entry.get("customDimensions", {}).get("LogLevel") == "Information":
|
||||
if entry.get("customDimensions", {}).get("LogLevel") == "Information" or entry.get("severityLevel") <= 2:
|
||||
continue
|
||||
|
||||
# ignore warnings coming from the rust code, only be concerned
|
||||
|
Reference in New Issue
Block a user