Skip to content

Commit a3f70e6

Browse files
committed
feat: 调整日志等级
1 parent 5324b62 commit a3f70e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/top/meethigher/proxy/udp/ReverseUdpProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void start() {
8181
dst.send(srcPk.data(), dstRemote.getPort(), dstRemote.getHost())
8282
.onFailure(e -> log.error("source {} -- {} pipe to target {} -- {} failed",
8383
srcRemote, srcLocal, dst.localAddress(), dstRemote, e))
84-
.onSuccess(v -> log.info("sourcce {} -- {} pipe to target {} -- {} succeeded",
84+
.onSuccess(v -> log.debug("source {} -- {} pipe to target {} -- {} succeeded",
8585
srcRemote, srcLocal, dst.localAddress(), dstRemote));
8686

8787

0 commit comments

Comments
 (0)