Resurrect logdir option.

This commit is contained in:
Soren Hansen
2011-02-14 23:19:15 +01:00
parent a56b7e4c27
commit 696b52b7bb
3 changed files with 11 additions and 4 deletions

View File

@@ -43,8 +43,6 @@ else:
FLAGS = flags.FLAGS
flags.DEFINE_string('logdir', None, 'directory to keep log files in '
'(will be prepended to $logfile)')
class TwistdServerOptions(ServerOptions):