luodangjia
2024-04-16 0a23c31baef81d149563da16486f3f7d8d9f33e8
common-buiness/src/main/java/cn/stylefeng/guns/utils/ReqDebugUtil.java
@@ -26,7 +26,7 @@
 * @author goupan
 */
@Slf4j
@Component
//@Component
public class ReqDebugUtil implements Filter {
    private static final ImmutableSet<String> IGNORED_HEADERS;
@@ -83,7 +83,8 @@
                        }
                    }
                    log.info(
                    //log.info(
                    System.out.println(
                            "请求url: " + url + "  method: " + request.getMethod()
                                    + "\nheader: " + JSONUtil.toJsonStr(header)
                                    + "\nparams: " + request.getQueryString()