mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-31 00:49:25 -06:00
add tracing
This commit is contained in:
@@ -57,6 +57,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
return []cli.Flag{
|
||||
&cli.BoolFlag{
|
||||
Name: "tracing-enabled",
|
||||
Value: false,
|
||||
Usage: "Enable sending traces",
|
||||
EnvVars: []string{"OCS_TRACING_ENABLED"},
|
||||
Destination: &cfg.Tracing.Enabled,
|
||||
|
||||
Reference in New Issue
Block a user