- During week 13 I added tracing to the parts which were left([beacon_node/network](https://github.com/sigp/lighthouse/pull/6339/commits/507a04cd17e75850c28a4776749f2d1815dd5f6d),[beacon_node/lighthouse_network](https://github.com/sigp/lighthouse/pull/6339/commits/70b726c05156b5c7c333d1596e690f483fd2f059),[boot_node](https://github.com/sigp/lighthouse/pull/6339/commits/d7b1aa3b39d659621602de5950557f4b799ca09e)),same old boring stuff that I've been doing mostly.
- one more tedious work that's still left is removing all the redundant loggers & changing the function definitions where those loggers are passed in.
- On week 14 ,I started to look into how to go about handling SSE logging with tracing the same way it's done with slog currently.I haven't managed to totally figure it out yet,but here's my rough plan so far
- `create a custom tracing Layer in the place of the slog's Drain implementation -> adjust the SSELoggingComponents struct -> modify the http api endpoint for subscribing to logs via sse,accordingly -> & then fix whatever breaks after that`
I'll need to discuss this plan with the mentors & check if there's any other better,not-too-messy approach to go about it.
### Goals for next weeks
- I missed some of the changes which were suggested during the last review(on my previous PR),this week I'm planning to do those fixes and request a review on the new PR.
- Research a bit more,discuss with the mentors and start implementing the changes needed to handle sse logging with tracing.