Add an aiohttp logger class filtering successful requests from a set of fixed ips
Compare changes
+ 38
− 1
@@ -2,10 +2,12 @@
@@ -131,3 +133,38 @@ class JournalHandler(_JournalHandler):
This should allow us to cut down on the access log spam coming from swh.provenance.
completely untested for now...
Migrated from D8019 (view on Phabricator)