From: Leonidas Poulopoulos Date: Wed, 10 Sep 2014 16:14:46 +0000 (+0300) Subject: Remove duplicate log file location declaration X-Git-Tag: v1.1.1~2 X-Git-Url: https://code.grnet.gr/git/flowspy/commitdiff_plain/aa7382761c64f896c5060972740162c0d124e928?hp=a8549de11aa146f7e03c5fd24d936af4af5ff6a5 Remove duplicate log file location declaration --- diff --git a/flowspy/settings.py.dist b/flowspy/settings.py.dist index 8e19dcd..8e62bf1 100644 --- a/flowspy/settings.py.dist +++ b/flowspy/settings.py.dist @@ -262,8 +262,6 @@ CELERY_IMPORTS = ("flowspec.tasks", ) SERVER_EMAIL = "Example FoD Service " EMAIL_SUBJECT_PREFIX = "[FoD] " -LOG_FILE_LOCATION = here("log") - EXPIRATION_NOTIFY_DAYS = 4 PREFIX_LENGTH = 29 POLL_SESSION_UPDATE = 60.0