Page MenuHomePhabricator

log: rate limiting followups
ClosedPublic

Authored by Fabien on Wed, Nov 5, 22:04.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf1f3f1b879cc: log: rate limiting followups
Summary
Followups to #32604.

There are two behavior changes:

    prefixing with [*] is done to all logs (regardless of should_ratelimit) per this comment.
    a DEBUG_ONLY -disableratelimitlogging flag is added by default to functional tests so they don't encounter rate limiting.

Backport of core#33011.

Depends on D18885.

Test Plan
ninja all check-all

Event Timeline

Fabien requested review of this revision.Wed, Nov 5, 22:04
PiRK added inline comments.
src/test/logging_tests.cpp
55

This line is not changed in the PR. There should just be one line added to the end

Add back unintentionally removed line

This revision is now accepted and ready to land.Thu, Nov 6, 09:21
This revision was automatically updated to reflect the committed changes.