diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py
index 2a007d4e15cc843ade2cdbb78e0fbb6ea6be171f..5d11d9ff861d6efd9dd93c837c6d1b6ddb858caf 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