|
@@ -29,8 +29,9 @@ diff -urNad tor-0.1.2.0-alpha-cvs/src/or/config.c /tmp/dpep.YwfNhI/tor-0.1.2.0-a
|
|
|
@@ -2079,7 +2079,7 @@
|
|
|
|
|
|
/* Special case on first boot if no Log options are given. */
|
|
|
- if (!options->Logs && !options->RunAsDaemon && !from_setconf)
|
|
|
+- if (!options->Logs && !options->RunAsDaemon && !from_setconf)
|
|
|
- config_line_append(&options->Logs, "Log", "notice stdout");
|
|
|
++ if (!options->Logs && !from_setconf)
|
|
|
+ config_line_append(&options->Logs, "Log", "notice file /var/log/tor/log");
|
|
|
|
|
|
if (options_init_logs(options, 1)<0) /* Validate the log(s) */
|