From b281bad1a51ba99523d63fe3737b4c90db1a202e Mon Sep 17 00:00:00 2001 From: Edward <9326037+edwardoliveira@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:16:02 -0300 Subject: [PATCH] Update sapl-logs/python-indexer.py --- sapl-logs/python-indexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl-logs/python-indexer.py b/sapl-logs/python-indexer.py index 23806ee4b..e2e811f37 100755 --- a/sapl-logs/python-indexer.py +++ b/sapl-logs/python-indexer.py @@ -15,7 +15,7 @@ import re # TODO: inserir timestamp no logging do python-indexer.py # TODO: trocar por False em produção -USE_SOLR = config('USE_SOLR', default="True", cast=bool) +USE_SOLR = config('USE_SOLR', default="False", cast=bool) SOLR_BASE_URL = config('SOLR_URL', default="http://localhost:8983") + '/solr' SOLR_UPDATE_URL = f'{SOLR_BASE_URL}/sapl-logs/update?commitWithin=1000'