diff --git a/scipost_django/SciPost_v1/settings/staging_do1.py b/scipost_django/SciPost_v1/settings/staging_do1.py
index b7ba38c1d22a79f46635eb0db0600a294dd8bc0e..c0883ff817acac827e3aee389a35e605d8d552e1 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