rename env var (#3669)

This commit is contained in:
Aaron Alpar
2024-02-21 13:24:54 -08:00
committed by GitHub
parent d0fc1e03c4
commit 58ea857f14

View File

@@ -41,7 +41,7 @@
const (
// EnvVarKopiaDebugPprof environment variable that contains the pprof dump configuration.
EnvVarKopiaDebugPprof = "KOPIA_DEBUG_PPROF"
EnvVarKopiaDebugPprof = "KOPIA_PPROF_LOGGING_CONFIG"
)
// flags used to configure profiling in EnvVarKopiaDebugPprof.