feat: add debug logging to CosImageUploader

This commit is contained in:
Tim
2025-07-23 21:03:09 +08:00
parent 7b22b2d15d
commit 2d84b3c668
2 changed files with 12 additions and 1 deletions

View File

@@ -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}