Skip to content

Commit

Permalink
Fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
JLineaweaver committed Oct 25, 2024
1 parent adf8baf commit ff215a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (f *orchestratorExplorerFeature) Configure(dda *v2alpha1.DatadogAgent) (req
}

f.customResources = dda.Spec.Features.OrchestratorExplorer.CustomResources
f.logger.Info("Final CRDs", f.customResources)
f.logger.Info("Final CRDs", "crds", f.customResources)
f.configConfigMapName = v2alpha1.GetConfName(dda, f.customConfig, v2alpha1.DefaultOrchestratorExplorerConf)
f.scrubContainers = apiutils.BoolValue(orchestratorExplorer.ScrubContainers)
f.extraTags = orchestratorExplorer.ExtraTags
Expand Down

0 comments on commit ff215a9

Please sign in to comment.