Remove duplicate log file location declaration
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Wed, 10 Sep 2014 16:14:46 +0000 (19:14 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Wed, 10 Sep 2014 16:14:46 +0000 (19:14 +0300)
flowspy/settings.py.dist

index 8e19dcd..8e62bf1 100644 (file)
@@ -262,8 +262,6 @@ CELERY_IMPORTS = ("flowspec.tasks", )
 SERVER_EMAIL = "Example FoD Service <noreply@example.com>"
 EMAIL_SUBJECT_PREFIX = "[FoD] "
 
-LOG_FILE_LOCATION = here("log")
-
 EXPIRATION_NOTIFY_DAYS = 4
 PREFIX_LENGTH = 29
 POLL_SESSION_UPDATE = 60.0