- As I mentioned during the last stand-up ,I've picked up another project([integrating tracing in lighthouse](https://github.com/eth-protocol-fellows/cohort-five/blob/main/projects/project-ideas.md?plain=1#L297)) because it was overlapping with the work that I was doing for lighthouse-reth integration ,so I continued to work on both of the projects parallely. - here's my PR (WIP) -> [feat: integrate tracing](https://github.com/sigp/lighthouse/pull/6070) - Aside from that,I've also resolved the logging issue(mentioned in [week-3's](https://hackmd.io/@threehrsleep/epf_week3) update) that I was facing in lighthouse-reth ![Screenshot 2024-07-15 at 6.15.34 PM](https://hackmd.io/_uploads/SkDWcqf_C.png) ### Resources - [docs.rs/tracing](https://docs.rs/tracing/latest/tracing/) - [libp2p/rust-libp2p/pull/4282](https://github.com/libp2p/rust-libp2p/pull/4282) - Custom Logging in Rust Using tracing and tracing-subscriber - by Bryan Burgers - [part 1](https://burgers.io/custom-logging-in-rust-using-tracing) - [part 2](https://burgers.io/custom-logging-in-rust-using-tracing-part-2) - [Decrusting the tracing crate - Jon Gjengset](https://www.youtube.com/watch?v=21rtHinFA40) ### Goals for next week - Research on how to implement a tracing subscriber to feed tracing logs to SSE - As I haven't managed to finish the project-proposal yet,I'm planning to finish that by this week & prepare the presentation which I'll be giving on next week's office-hours