diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 46238f2cf..7d46e902a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -761,8 +761,6 @@ typedef struct { struct config_line_t *LogOptions; /**< List of configuration lines * for logfiles */ - char *LogLevel; /**< Verbosity of log: minimal level of messages to report. */ - char *LogFile; /**< Where to send normal log messages. */ char *DebugLogFile; /**< Where to send verbose log messages. */ char *DataDirectory; /**< OR only: where to store long-term data. */ char *RouterFile; /**< Where to find starting list of ORs. */ |