From 474e0890294af6672cdf3db25d3dc9340ba2f222 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 20 Sep 2020 15:15:51 +0200 Subject: [PATCH] Tweak --- SciPost_v1/settings/production.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py index 2a007d4e1..5d11d9ff8 100644 --- a/SciPost_v1/settings/production.py +++ b/SciPost_v1/settings/production.py @@ -57,8 +57,8 @@ ITHENTICATE_USERNAME = get_secret('ITHENTICATE_USERNAME') ITHENTICATE_PASSWORD = get_secret('ITHENTICATE_PASSWORD') # Logging -LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipost/logs/arxiv.log' -LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipost/logs/doi.log' +LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipost/webapps/scipost_py38/logs/arxiv.log' +LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipost/webapps/scipost_py38/logs/doi.log' # API -- GitLab