skupper icon indicating copy to clipboard operation
skupper copied to clipboard

The controller emits logs at info level that should be debug

Open ajssmith opened this issue 1 month ago • 2 comments

level=INFO msg="Route ns/skupper-router-inter-router updated successfully"

level=INFO msg="Port 1234 already allocated for key some-key"

Skupper V2

ajssmith avatar Nov 25 '25 18:11 ajssmith

Propose removing "already allocated" message as it is not an aid to debugging

ajssmith avatar Nov 25 '25 18:11 ajssmith

Propose removing "Route ... updated succesfully" as exception is otherwise logged

if err != nil { log.Printf("Error on update for route %s/%s: %s", namespace, route.Name, err) return err, nil } log.Printf("Route %s/%s updated successfully", namespace, route.Name)

ajssmith avatar Nov 25 '25 18:11 ajssmith