mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
default log level is now warn
(info is too noisy) svn:r855
This commit is contained in:
parent
b820d3bc42
commit
91cf5e44cc
@ -250,7 +250,7 @@ void free_options(or_options_t *options) {
|
||||
void init_options(or_options_t *options) {
|
||||
/* give reasonable values for each option. Defaults to zero. */
|
||||
memset(options,0,sizeof(or_options_t));
|
||||
options->LogLevel = tor_strdup("info");
|
||||
options->LogLevel = tor_strdup("warn");
|
||||
options->ExitNodes = tor_strdup("");
|
||||
options->EntryNodes = tor_strdup("");
|
||||
options->ExitPolicy = tor_strdup("reject 127.0.0.1:*");
|
||||
|
Loading…
Reference in New Issue
Block a user