[tor-commits] [nyx/master] Deduplicate common notice logs

atagar at torproject.org atagar at torproject.org
Sat Jan 12 21:40:37 UTC 2019


commit 6615b5b009c9b33bd96e0b3ca7ad8c5001109963
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Jan 12 13:34:13 2019 -0800

    Deduplicate common notice logs
    
    Just deduplicating a few notice runlevel messages hat pop up a lot on my relay.
---
 nyx/settings/dedup.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/nyx/settings/dedup.cfg b/nyx/settings/dedup.cfg
index fa44cfa..b322d1a 100644
--- a/nyx/settings/dedup.cfg
+++ b/nyx/settings/dedup.cfg
@@ -47,6 +47,12 @@
 # [NOTICE] Average packaged cell fullness: 70.976%. TLS write overhead: 11%
 # [NOTICE] Heartbeat: Tor's uptime is 8 days 6:00 hours, with 0 circuits open.
 #          I've sent 3.53 MB and received 90.61 MB.
+# [NOTICE] Since startup, we have initiated 0 v1 connections, 0 v2
+#          connections...
+# [NOTICE] DoS mitigation since startup: 405709 circuits rejected, 37 marked
+#          addresses...
+# [NOTICE] Circuit handshake stats since last time: 24792/24792 TAP,
+#          109571/109571 NTor...
 # [WARN] You specified a server "Amunet8" by name, but this name is not
 #        registered
 # [WARN] I have no descriptor for the router named "Amunet8" in my declared
@@ -93,6 +99,9 @@ dedup.NOTICE Attempt by
 dedup.NOTICE *Loading relay descriptors.
 dedup.NOTICE Average packaged cell fullness:
 dedup.NOTICE Heartbeat: Tor's uptime is
+dedup.NOTICE Since startup, we have initiated
+dedup.NOTICE DoS mitigation since startup
+dedup.NOTICE Circuit handshake stats since last time
 dedup.WARN You specified a server
 dedup.WARN I have no descriptor for the router named
 dedup.WARN Controller gave us config lines that didn't validate



More information about the tor-commits mailing list