Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
247
func
CloseLogFile() {
248
if
logFile != nil {
249
logFile.Close()
250
}
251
}
252
253
func
otelConfig() (*otel.Config, error) {
254
insecureEndpoint, err := strconv.ParseBool(env.GetEnvOrDefault(
"OTEL_ENDPOINT_INSECURE"
,
"false"
))
Callers
1
testCommandArgs
Function · 0.85
Calls
1
Close
Method · 0.65
Tested by
1
testCommandArgs
Function · 0.68