- week 15 & 16: - these 2 weeks were pretty lame - had exams during week-15,so couldn't get much done - Got stuck on an issue with tracing-appender's `WorkerGuard` because of which nothing was getting logged in the log-file. - As tracing-appender doesn't support size-based rotation, I was trying to handle it the same way it's handled in Reth with [rolling_file](https://docs.rs/rolling-file/latest/rolling_file/index.html) - This effort wasn't that useful though,as we ended up going with time-based rotation for now,until size-based-rotation support is available for tracing-appender. - week 17 & 18 - Removed the code for sse logging because it had to be re-written anyway(commits: [1](https://github.com/sigp/lighthouse/pull/6339/commits/5147d05eeb21580f9ea903aa281bfef390626e1a)) - Ripped out sloggers totally & replaced it with tracing-appender for file logging (commits:[1](https://github.com/sigp/lighthouse/pull/6339/commits/602b16d88a72d03bd4db5c332c4c6cccce3922eb),[2](https://github.com/sigp/lighthouse/pull/6339/commits/acd500deb33a47341e2d58fdaaa0ec7d68ba84da),[3](https://github.com/sigp/lighthouse/pull/6339/commits/9744b272d91bdf1ae7eb32971fb0497b01eac26b),[4](https://github.com/sigp/lighthouse/pull/6339/commits/1c65b76368eb82af4577d49db809458812ca499e),[5](https://github.com/sigp/lighthouse/pull/6339/commits/9ada2c5e27d7d52b29467f90fd314e04f76c09a1)) - Tweaked the custom-formatter to format tracing logs (commits: [1](https://github.com/sigp/lighthouse/pull/6339/commits/0a52c2d593429e22fc5bed2bd6fa1ad6d4e917d4),[2](https://github.com/sigp/lighthouse/pull/6339/commits/a0828a75ccddd35c568db413a674958eed294024)) - Re-implemented sse logging (commits:[1](https://github.com/sigp/lighthouse/pull/6339/commits/63002ffc14593eabaf14853249c3dbf95eb949ec),[2](https://github.com/sigp/lighthouse/pull/6339/commits/a2a4c97c0c01182ef3dc6066998bfb26cfc73bb9),[3](https://github.com/sigp/lighthouse/pull/6339/commits/666f5729853ed1bb29c00ad37351ff9eac651ef1)) - Did some of the fixes that were suggested during the review(commits: [1](https://github.com/sigp/lighthouse/pull/6339/commits/d616b8ddf37c6bc1f736767d4ab8a084279e9c8d),[2](https://github.com/sigp/lighthouse/pull/6339/commits/d235cf6bb3feb9758a6f51f2ca90d0c18a60db60),[3](https://github.com/sigp/lighthouse/pull/6339/commits/d137df1aeb1a090de2cb3520fb760e9f9ee3e50b),[4](https://github.com/sigp/lighthouse/pull/6339/commits/991be3b7498e09da4079b770f2ada383b5cd46ed)) Most of the work for the project is done. Mac said he'll do a review soon,so in the next few weeks I'll be making whatever changes he suggests during the review(s)