context.TODO and loggers #3087
Labels
good first issue
Good for newcomers
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
tech debt
#3078 changed how we pass loggers to mainly use the context.
as part of the change we added
context.TODO()
where contexts are not available.We should see if we can replace these calls by altering the function calls.
We can also investigate and decide if we want to explicitly pass the logger object in a few places (such as in the api module).
This could be a good issue for on-week
The text was updated successfully, but these errors were encountered: