[tor-bugs] #28795 [Core Tor/Tor]: Generate a new fallback list in 2019 and backport it to all supported Tor versions
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Dec 23 02:24:40 UTC 2018
#28795: Generate a new fallback list in 2019 and backport it to all supported Tor
versions
-------------------------------------------------+-------------------------
Reporter: teor | Owner: (none)
Type: task | Status: new
Priority: Medium | Milestone: Tor:
| unspecified
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: fallback, 029-backport, | Actual Points:
034-backport, 035-backport, 040-backport |
Parent ID: #28793 | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by starlight):
to view full explanations for reasons why relays are excluded this edit is
needed
{{{
@@ -2214,4 +2219,4 @@
def process_default():
- logging.basicConfig(level=logging.WARNING)
- logging.getLogger('stem').setLevel(logging.WARNING)
+ logging.basicConfig(level=logging.INFO)
+ logging.getLogger('stem').setLevel(logging.INFO)
whitelist = {'data': read_from_file(WHITELIST_FILE_NAME,
MAX_LIST_FILE_SIZE),
@@ -2235,3 +2240,3 @@
if get_command() == 'check_existing':
- logging.warning(msg, *args)
+ logging.info(msg, *args)
else:
}}}
otherwise little is revealed
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28795#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list