UPDATE 14-Octubre

This commit is contained in:
PAVEL PALMA
2025-10-14 11:16:34 -06:00
parent aef0504b82
commit 582de0130e
5 changed files with 16 additions and 5 deletions

View File

@@ -71,4 +71,9 @@ firestore.data.importer.enabled=${GCP_FIRESTORE_IMPORTER_ENABLE}
# LOGGING Configuration
# =========================================================
logging.level.root=${LOGGING_LEVEL_ROOT:INFO}
logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:INFO}
logging.level.com.example=${LOGGING_LEVEL_COM_EXAMPLE:INFO}
# =========================================================
# ConversationContext Configuration
# =========================================================
conversation.context.message.limit=${CONVERSATION_CONTEXT_MESSAGE_LIMIT}
conversation.context.days.limit=${CONVERSATION_CONTEXT_DAYS_LIMIT}