feat: add settings for detailed search logging (default off)

devstack on, production load from environment
This commit is contained in:
Andy Shultz
2023-11-16 08:48:11 -05:00
parent c6b36a8558
commit 3da6578e9b
3 changed files with 9 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ FEATURES['LICENSING'] = True
FEATURES['ENABLE_COURSEWARE_SEARCH'] = True
FEATURES['ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF'] = True
SEARCH_ENGINE = 'search.elastic.ElasticSearchEngine'
SEARCH_COURSEWARE_CONTENT_LOG_PARAMS = True
ELASTIC_SEARCH_CONFIG = [
{