From f147a30fc21f5e719dcf2a412728b42929f166a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org> Date: Thu, 9 Nov 2023 16:10:05 +0100 Subject: [PATCH] Update settings for staging --- scipost_django/SciPost_v1/settings/staging_do1.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scipost_django/SciPost_v1/settings/staging_do1.py b/scipost_django/SciPost_v1/settings/staging_do1.py index b7ba38c1d..c0883ff81 100644 --- a/scipost_django/SciPost_v1/settings/staging_do1.py +++ b/scipost_django/SciPost_v1/settings/staging_do1.py @@ -33,6 +33,9 @@ LOGGING["handlers"]["api_file"][ LOGGING["handlers"]["oauth_file"][ "filename" ] = "/home/scipost/SciPost/local_files/logs/oauth.log" +LOGGING["handlers"]["submission_fellowship_updates"][ + "filename" +] = "/home/scipost/SciPost/local_files/logs/submission_fellowship_updates.log" # Cookies SESSION_COOKIE_SECURE = True -- GitLab