debug(auth): trace de login en AuthService + SQL log en app props
CI / Build Native (push) Failing after 1m19s

Para diagnosticar por qué el login devuelve 401 con la password
correcta del bootstrap admin. Imprime:
- username/pw.length al entrar
- si la busqueda del user en la DB da null
- hash.len y hash.prefix para confirmar que el user esta bien
  almacenado
- bcrypt.matches(true/false)

Tambien activamos quarkus.hibernate-orm.log.sql=true y
quarkus.log.category.'com.l2.shots.auth'.level=DEBUG.
This commit is contained in:
2026-08-15 01:59:08 -04:00
parent 995ed39dbc
commit 5a83470587
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -12,3 +12,4 @@ src/frontend/tsconfig.node.tsbuildinfo
*.iml
.DS_Store
*.log
build-output/