Skip to content

Revert "Add logging around event processing." - #3363

Merged
tnull merged 1 commit into
lightningdevkit:mainfrom
G8XSU:event-logging-2
Oct 15, 2024
Merged

Revert "Add logging around event processing."#3363
tnull merged 1 commit into
lightningdevkit:mainfrom
G8XSU:event-logging-2

Conversation

@G8XSU

Copy link
Copy Markdown
Contributor

This reverts commit 85eb814.
Logging here can be overly verbose and moreover in case of event handling failure,
we loop back without any added delay.

See more : #3314 (comment)

Reverting the change to keep main clean until we have viable fix via #3331

This reverts commit 85eb814.
Logging here can be overly verbose and moreover in case of event
handling failure, we loop back without any added delay.
@codecov

codecovBot commented Oct 14, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.05%. Comparing base (6662c5c) to head (21e9036).
Report is 112 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #3363 +/- ##
==========================================
+ Coverage 89.65% 91.05% +1.40% 
==========================================
Files 126 127 +1 Lines 102546 116952 +14406 Branches 102546 116952 +14406 ==========================================
+ Hits 91935 106495 +14560 + Misses 7890 7861 -29 + Partials 2721 2596 -125 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tnull
tnull merged commit 6004ee5 into lightningdevkit:mainOct 15, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@G8XSU@tnull