From 3d096a51eeed5c0213531cfe53a7bf8fa98398c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 2 Sep 2020 14:06:56 +0200 Subject: [PATCH] chg: [vagrant] Updated statsservice configuration with the new LOG_PATH variable. --- vagrant/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index e16b58d..ef0d98f 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -346,6 +346,8 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False SECRET_KEY = '$STATS_SECRET_KEY' +LOG_PATH = './var/stats.log' + MOSP_URL = 'https://objects.monarc.lu' EOF"