mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-13 01:06:20 +00:00
feat: add logging framework and debug logs
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user