summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/cron.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cron.py b/tools/cron.py
index 2287922..181246b 100755
--- a/tools/cron.py
+++ b/tools/cron.py
@@ -62,8 +62,8 @@ NOMATCH = {
PARAM = {
'delay' : 0.2,
- 'skip' : True,
- 'logfile' : False, #os.path.join(CONST['filepath'], 'cron.log'),
+ 'skip' : False,
+ 'logfile' : os.path.join(CONST['filepath'], 'cron.log'),
'tmpdir' : os.path.join(CONST['filepath'], 'tmp'),
'bugdir' : os.path.join(CONST['filepath'], 'tmp', 'bug'),
'nvddir' : os.path.join(CONST['filepath'], 'tmp', 'nvd'),