From 5dd63276cfe6e53480c4dc42d4abdd463eb3d50c Mon Sep 17 00:00:00 2001 From: mercierj Date: Sun, 7 Dec 2025 02:08:51 -0400 Subject: [PATCH] operaciones updated --- internal/db/operaciones.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/db/operaciones.go b/internal/db/operaciones.go index ff49727..2e5319d 100644 --- a/internal/db/operaciones.go +++ b/internal/db/operaciones.go @@ -181,9 +181,9 @@ func (g *GormDatabase) GetCredencialesFromTemplate(whereTemplate string, variabl config.Log.Infof(" %s = %v", k, v) } - config.Log.Debugf("📝 Consulta final construida:") - config.Log.Debugf(" Query: %s", query) - config.Log.Debugf(" Args: %v", args) + config.Log.Info("📝 Consulta final construida:") + config.Log.Infof(" Query: %s", query) + config.Log.Infof(" Args: %v", args) err := g.db.Where(query, args...).First(&cred).Error return &cred, err