This topic created in 1831 days ago, the information mentioned may be changed or developed.
2021-05-03 10:51:50.219 WARN 3052 --- [io-10080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /section/getSectionByIdentifier
WARN 的级别实在是太高了,我已经发布到生产环境的话就意味着这种没有 mapping 是用户自己访问的目标有问题,我已经不关心了,我觉得一个 DEBUG 级别就够了,不需要你 WARN 出来。。
谢谢
1 replies • 2021-05-03 11:04:11 +08:00
 |
|
1
Cbdy May 3, 2021 via Android
spring.mvc.log-resolved-exception=false
|