Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: log number of allowed broker events from node event
Lars Wirzenius committed 1 year ago
commit f4c14229c44314e0bb9dfa98d3b04db25af3e388
parent 5e662275b0d43234fefb09fd2a1f9f994ecca28f
1 file changed +1 -0
modified src/event.rs
@@ -121,6 +121,7 @@ impl NodeEventSource {
                                    result.push(e);
                                }
                            }
+
                            info!("got {} allowed broker events from node event", result.len());
                            return Ok(result);
                        }
                        info!("got event, but it was not allowed by filter, go to next event");