chore: vm: Rename tracing envvar to LOTUS_VM_ENABLE_TRACING

This commit is contained in:
Aayush Rajasekaran 2022-06-01 18:18:49 -04:00 committed by GitHub
parent 0c4863c58e
commit 6f25476709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ func (m *Message) ValueReceived() abi.TokenAmount {
}
// EnableDetailedTracing, if true, outputs gas tracing in execution traces.
var EnableDetailedTracing = os.Getenv("LOTUS_VM_ENABLE_GAS_TRACING_VERY_SLOW") == "1"
var EnableDetailedTracing = os.Getenv("LOTUS_VM_ENABLE_TRACING") == "1"
type Runtime struct {
rt7.Message