2026-08-07 d65c665b483f9c7b57358d4ad2c4bf3c6e1f9608
yudao-framework/yudao-spring-boot-starter-web/src/main/java/cn/iocoder/yudao/framework/apilog/core/interceptor/ApiAccessLogInterceptor.java
@@ -24,7 +24,7 @@
 *
 * 目的:在非 prod 环境时,打印 request 和 response 两条日志到日志文件(控制台)中。
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@Slf4j
public class ApiAccessLogInterceptor implements HandlerInterceptor {