mirror of
https://github.com/kopia/kopia.git
synced 2026-05-24 14:44:47 -04:00
added KOPIA_TRACE_STORAGE environment variable option to log all vault/repository actions
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
)
|
||||
|
||||
var (
|
||||
traceStorage = app.Flag("trace-storage", "Enables tracing of storage operations.").Hidden().Bool()
|
||||
traceStorage = app.Flag("trace-storage", "Enables tracing of storage operations.").Hidden().Envar("KOPIA_TRACE_STORAGE").Bool()
|
||||
|
||||
vaultConfigPath = app.Flag("vaultconfig", "Specify the vault config file to use.").PlaceHolder("PATH").Envar("KOPIA_VAULTCONFIG").String()
|
||||
vaultPath = app.Flag("vault", "Specify the vault to use.").PlaceHolder("PATH").Envar("KOPIA_VAULT").Short('v').String()
|
||||
|
||||
Reference in New Issue
Block a user