mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 14:26:07 +00:00
feat: add debug logging to CosImageUploader
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# for mysql
|
||||
logging.level.root=${LOG_LEVEL:INFO}
|
||||
logging.level.com.openisle.service.CosImageUploader=DEBUG
|
||||
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