Merge pull request #8784 from filecoin-project/arajasek-patch-2
chore: vm: Rename tracing envvar to LOTUS_VM_ENABLE_TRACING
This commit is contained in:
commit
eb84bf2ebd
@ -60,7 +60,7 @@ func (m *Message) ValueReceived() abi.TokenAmount {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EnableDetailedTracing, if true, outputs gas tracing in execution traces.
|
// 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 {
|
type Runtime struct {
|
||||||
rt7.Message
|
rt7.Message
|
||||||
|
Loading…
Reference in New Issue
Block a user