commit | db9fe68c310e1ea77fe178dd5dedebfa59739eae | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Tue Apr 22 19:24:11 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Tue Apr 22 19:24:11 2025 +0800 |
tree | 6a35ecd6cb5404088502ef1bd9694a509fcde445 | |
parent | 3652896a6524bb8171c859d818787e6316375d44 [diff] [blame] |
finish handleAnnounce and fix bugs in torrent upload(using ISO_8859_1) Change-Id: Ic2da7cef878bb7aa66184f04058bb2db2393190e
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7f85f87..22f3728 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -18,3 +18,5 @@ spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.ssl.enable=true spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory + +logging.level.org.springframework.data.redis= DEBUG