From 42d0bf576687d5bc96322e9a38ab109edcca631d Mon Sep 17 00:00:00 2001
From: adorda <adorda@boletinoficial.gob.ar>
Date: Wed, 20 Feb 2019 16:41:21 -0300
Subject: [PATCH] config de logs

---
 TsaApi/local_settings_preprod.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TsaApi/local_settings_preprod.py b/TsaApi/local_settings_preprod.py
index d76d3f6..5f3a1dc 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/'
 
-- 
GitLab