mirror of https://github.com/databricks/cli.git
lint'
This commit is contained in:
parent
dab957d05e
commit
26640288f1
|
@ -204,7 +204,7 @@ func uploadTelemetry(ctx context.Context, cmdStr string, startTime time.Time, ex
|
||||||
}
|
}
|
||||||
|
|
||||||
d := daemon.Daemon{
|
d := daemon.Daemon{
|
||||||
Args: []string{"telemetry", "upload", fmt.Sprintf("--log-level=%s", logLevel)},
|
Args: []string{"telemetry", "upload", "--log-level=" + logLevel},
|
||||||
Env: auth.ProcessEnv(ConfigUsed(ctx)),
|
Env: auth.ProcessEnv(ConfigUsed(ctx)),
|
||||||
PidFilePath: os.Getenv(telemetry.PidFileEnvVar),
|
PidFilePath: os.Getenv(telemetry.PidFileEnvVar),
|
||||||
LogFile: os.Getenv(telemetry.UploadLogsFileEnvVar),
|
LogFile: os.Getenv(telemetry.UploadLogsFileEnvVar),
|
||||||
|
|
Loading…
Reference in New Issue