diff --git a/TsaApi/local_settings_preprod.py b/TsaApi/local_settings_preprod.py
index d76d3f6369d5951e671d7bdb58f40ce84f73b195..5f3a1dc4c0c0ed53022b7263a17c4dbc4398b444 100644
--- a/TsaApi/local_settings_preprod.py
+++ b/TsaApi/local_settings_preprod.py
@@ -8,6 +8,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
 You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
 """
 APP_ROOT = '/var/www/tsaapi.pp.bfa.local/'
+LOG_ROOT = APP_ROOT + 'logs/'
 STATIC_ROOT = APP_ROOT + 'html/'
 STATIC_URL = '/tsa/static/'