This commit is contained in:
2024-08-07 08:57:56 +03:00
parent 1d4fa4b977
commit 60a56fd098
27 changed files with 40 additions and 40 deletions

View File

@@ -5,8 +5,8 @@ import os
from opensearchpy import OpenSearch
from services.encoders import CustomJSONEncoder
from services.rediscache import redis
from utils.encoders import CustomJSONEncoder
from cache.rediscache import redis
# Set redis logging level to suppress DEBUG messages
logger = logging.getLogger("search")