Commit 4e6c3f96 authored by Tim Myers's avatar Tim Myers Committed by GitHub

fix(l2geth): add an env var METRICS_ENABLE for MetricsEnabledFlag (#934)

parent e4c3b4b4
---
'@eth-optimism/l2geth': patch
---
add an env var METRICS_ENABLE for MetricsEnabledFlag
......@@ -755,6 +755,8 @@ var (
MetricsEnabledFlag = cli.BoolFlag{
Name: "metrics",
Usage: "Enable metrics collection and reporting",
EnvVar: "METRICS_ENABLE",
}
MetricsEnabledExpensiveFlag = cli.BoolFlag{
Name: "metrics.expensive",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment