Add logfile to settings.
[pithos] / pithos / settings.py.dist
index 957ba20..5a7267c 100644 (file)
@@ -69,9 +69,7 @@ backend_db = os.path.join(PROJECT_PATH, 'data/pithos/db')
 #backend_db = 'postgresql://user:pass@host/db'
 BACKEND = ('ModularBackend', (backend_module, backend_path, backend_db))
 
-# Shibboleth-enabled path for authentication.
-LOGIN_URL = "/login"
-
+# Bypass authentication for user administration.
 BYPASS_ADMIN_AUTH = False
 
 # Local time zone for this installation. Choices can be found here:
@@ -174,3 +172,6 @@ DEFAULT_FROM_EMAIL = 'Pithos <no-reply@grnet.gr>'
 INVITATION_LOGIN_TARGET = 'https://pithos.dev.grnet.gr/im/login/invitation' \
                             '?code=%d' \
                             '&next=https://pithos.dev.grnet.gr/ui'
+
+# Use to log to a file.
+LOGFILE = None