feat: add logging framework and debug logs

This commit is contained in:
Tim
2025-07-16 19:31:19 +08:00
parent 03e3aa77d0
commit 68fbbb2566
3 changed files with 19 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
# for mysql
logging.level.root=${LOG_LEVEL:INFO}
spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost:3306/openisle}
spring.datasource.username=${MYSQL_USER:root}
spring.datasource.password=${MYSQL_PASSWORD:password}