Fix more test.

This commit is contained in:
Paulo Gustavo Veiga
2024-01-22 23:11:20 -08:00
parent 861b4f22fd
commit 56e4970861
2 changed files with 30 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ spring.sql.init.mode=always
spring.sql.init.platform=hsqldb
# LOG
logging.level.root=TRACE
logging.level.root=INFO
logging.level.org.apache.tomcat=INFO
##################################################################################