问题 在Spring项目中,某个类里面使用debug级别的日志打印。需要使它生效。 解决 在Spring的配置文件中,添加: logging: level: com.xxx.xxx.service.impl.CxxxImp: DEBUG