MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / CloseLogFile

Function CloseLogFile

cli/cmd/root.go:247–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245}
246
247func CloseLogFile() {
248 if logFile != nil {
249 logFile.Close()
250 }
251}
252
253func otelConfig() (*otel.Config, error) {
254 insecureEndpoint, err := strconv.ParseBool(env.GetEnvOrDefault("OTEL_ENDPOINT_INSECURE", "false"))

Callers 1

testCommandArgsFunction · 0.85

Calls 1

CloseMethod · 0.65

Tested by 1

testCommandArgsFunction · 0.68