Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
edznux-dd committed Nov 29, 2024
1 parent ed23204 commit b47130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubehound/storage/graphdb/janusgraph_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (jgp *JanusGraphProvider) Clean(ctx context.Context, cluster string) error
span, ctx := span.SpanRunFromContext(ctx, span.IngestorClean)
defer func() { span.Finish(tracer.WithError(err)) }()
l := log.Trace(ctx)
l.Infof("Cleaning cluster", log.FieldClusterKey, cluster)
l.Info("Cleaning cluster", log.String(log.FieldClusterKey, cluster))
g := gremlin.Traversal_().WithRemote(jgp.drc)
tx := g.Tx()
defer tx.Close()
Expand Down

0 comments on commit b47130d

Please sign in to comment.