[tor-commits] [stem/master] Drop nyx runlevels

atagar at torproject.org atagar at torproject.org
Sun May 22 01:40:51 UTC 2016


commit 8c5174aec52ed59924e0c7af343ba1a1a3893d0d
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri May 20 10:23:05 2016 -0700

    Drop nyx runlevels
    
    Stem shouldn't even know nyx exists. We're a general purpose controller
    library. Nyx will provide its own descriptions for these (maybe just reuse the
    tor descriptions, replacing 'tor' with 'nyx').
---
 stem/settings.cfg | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/stem/settings.cfg b/stem/settings.cfg
index 3c8cec4..48a1a41 100644
--- a/stem/settings.cfg
+++ b/stem/settings.cfg
@@ -370,11 +370,6 @@ event.description.info Logging at the info runlevel. This is low level informati
 event.description.notice Logging at the notice runlevel. This runlevel and above are shown to users by default, and includes general information the user should be aware of.
 event.description.warn Logging at the warning runlevel. These are problems the user should be aware of.
 event.description.err Logging at the error runlevel. These are critical issues that may prevent tor from working properly.
-event.description.nyx_debug Nyx debug logging event.
-event.description.nyx_info Nyx info logging event.
-event.description.nyx_notice Nyx notice logging event.
-event.description.nyx_warn Nyx warn logging event.
-event.description.nyx_error Nyx error logging event.
 event.description.circ Indicates that a circuit we've established through the tor network has been created, changed, or closed.
 event.description.circ_minor Minor changes to our circuits, such as reuse of existing circuits for a different purpose.
 event.description.stream Communication over a circuit we've established. For instance, Firefox making a connection through tor.





More information about the tor-commits mailing list