feat: integrate pino logger for improved error handling and logging consistency
This commit is contained in:
11
.env
11
.env
@@ -1,6 +1,10 @@
|
||||
# Configuración de ejemplo para optimización de memoria
|
||||
# Copia este archivo como .env.test y ajusta los valores según tus necesidades
|
||||
|
||||
# ===========================================
|
||||
# CONFIGURACIÓN DE APPWRITE
|
||||
# ===========================================
|
||||
|
||||
APPWRITE_PROJECT_ID="68d8c4b2001abc54d3cd"
|
||||
APPWRITE_PROJECT_NAME="amayo"
|
||||
APPWRITE_ENDPOINT="https://nyc.cloud.appwrite.io/v1"
|
||||
@@ -80,3 +84,10 @@ SWEEP_MESSAGES_LIFETIME_SECONDS=900 # 15 minutos
|
||||
# SWEEP_MESSAGES_INTERVAL_SECONDS=600
|
||||
# SWEEP_MESSAGES_LIFETIME_SECONDS=1800
|
||||
# MEMORY_LOG_INTERVAL_SECONDS=300
|
||||
|
||||
# ===========================================
|
||||
# NOTAS:
|
||||
# Mode es un cambio en cada estacion de mes, como algo festivo.
|
||||
# ===========================================
|
||||
|
||||
MODE='halloween' # normal, halloween, christmas, newyear
|
||||
Reference in New Issue
Block a user