Version propre - Dashboard enhanced

This commit is contained in:
DahoudG
2025-09-13 19:05:06 +00:00
parent 3df010add7
commit 73459b3092
70 changed files with 15317 additions and 1498 deletions

View File

@@ -71,9 +71,12 @@ quarkus:
level: INFO
format: "%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{2.}] (%t) %s%e%n"
category:
"dev.lions.unionflow": INFO
"org.hibernate": WARN
"io.quarkus": INFO
"dev.lions.unionflow":
level: INFO
"org.hibernate":
level: WARN
"io.quarkus":
level: INFO
---
# Profil de développement
@@ -94,8 +97,10 @@ quarkus:
migrate-at-start: false
log:
category:
"dev.lions.unionflow": DEBUG
"org.hibernate.SQL": DEBUG
"dev.lions.unionflow":
level: DEBUG
"org.hibernate.SQL":
level: DEBUG
---
# Profil de test
@@ -126,5 +131,7 @@ quarkus:
console:
level: WARN
category:
"dev.lions.unionflow": INFO
root: WARN
"dev.lions.unionflow":
level: INFO
root:
level: WARN