From e1c496d7ef14f25a3a955314517da873c628ae18 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Fri, 30 Mar 2018 11:25:41 +0200 Subject: [PATCH] Update path --- SciPost_v1/settings/staging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SciPost_v1/settings/staging.py b/SciPost_v1/settings/staging.py index 03bd0f2f4..c846bf539 100644 --- a/SciPost_v1/settings/staging.py +++ b/SciPost_v1/settings/staging.py @@ -19,5 +19,5 @@ RECAPTCHA_PUBLIC_KEY = get_secret("GOOGLE_RECAPTCHA_PUBLIC_KEY") RECAPTCHA_PRIVATE_KEY = get_secret("GOOGLE_RECAPTCHA_PRIVATE_KEY") # Logging location -LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/jdewit/webapps/scipost/logs/arxiv.log' -LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/jdewit/webapps/scipost/logs/doi.log' +LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipoststg/webapps/scipost/logs/arxiv.log' +LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipoststg/webapps/scipost/logs/doi.log' -- GitLab