Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
ca7856b6
Commit
ca7856b6
authored
Nov 29, 2018
by
juga
Browse files
globals: add torrc logging options
Closes
#28645
. Bugfix v0.2.0.
parent
a47777cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/globals.py
View file @
ca7856b6
...
...
@@ -21,6 +21,10 @@ TORRC_STARTING_POINT = {
# Because we need things from full server descriptors (namely for now: the
# bandwidth line)
'UseMicrodescriptors'
:
'0'
,
# useful logging options for clients that don't care about anonymity
'SafeLogging'
:
'0'
,
'LogTimeGranularity'
:
'1'
,
'ProtocolWarnings'
:
'1'
,
}
PKG_DIR
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment