kubernetes-sigs/cluster-api

Drop internal/log package

Open

#7,029 opened on Aug 5, 2022

View on GitHub
 (13 comments) (2 reactions) (0 assignees)Go (1,532 forks)auto 404
area/clusterclasshelp wantedkind/cleanuppriority/important-longtermtriage/accepted

Repository metrics

Stars
 (4,267 stars)
PR merge metrics
 (PR metrics pending)

Description

internal/log has been introduced while developing the topology controller in order to easy our path towards structured logging.

Now that structured logging is well integrated in klog and we have clear logging guidelines I think we can drop this package (eventually we can add by simply adding a couple of utility func to the topology controller, TBD)

/area topology /kind cleanup

cc @ykakarap @sbueringer @killianmuldoon opinions?

Contributor guide