Skip to content

Commit

Permalink
Change WARN to INFO log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcjo committed Dec 13, 2024
1 parent 8808916 commit 6f5c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e2/test/cases/neuron/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func checkNodeTypes(ctx context.Context, config *envconf.Config) (context.Contex

for _, node := range nodes.Items {
nodeCount++
log.Printf("[WARN] Processing node %s", node.Name)
log.Printf("[INFO] Processing node %s", node.Name)

// Check for Neuron capacity
neuron, ok := node.Status.Capacity["aws.amazon.com/neuron"]
Expand Down

0 comments on commit 6f5c88b

Please sign in to comment.