We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039827f commit 1b47f37Copy full SHA for 1b47f37
loganalytics/servicediscovery.go
@@ -73,7 +73,6 @@ func (sd *LogAnalyticsServiceDiscovery) GetWorkspace(ctx context.Context, resour
73
}
74
75
if serviceDiscoveryCacheDuration != nil {
76
- fmt.Println("to cache: " + resourceId)
77
prober.cache.Set(cacheKey, &workspace.Workspace, *serviceDiscoveryCacheDuration)
78
79
0 commit comments