Reverts vmtracer firehose default value as it breaks some standard tests

This commit is contained in:
Matthieu Vachon 2025-03-31 16:41:27 -04:00
parent 06b7c4bb3a
commit 223c7c7d81

View file

@ -520,7 +520,7 @@ var (
Name: "vmtrace",
Usage: "Name of tracer which should record internal VM operations (costly)",
Category: flags.VMCategory,
Value: "firehose",
Value: "",
}
VMTraceJsonConfigFlag = &cli.StringFlag{
Name: "vmtrace.jsonconfig",