Skip to content

Commit 33a09f4

Browse files
committed
fix: 修复issue-2。程序处理时,使线程安全。
1 parent c594986 commit 33a09f4

File tree

5 files changed

+195
-81
lines changed

5 files changed

+195
-81
lines changed

src/main/java/top/meethigher/proxy/http/ProxyRoute.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public static class Log {
188188
/**
189189
* Configure the agent’s log format. The options are remoteAddr、remotePort、userAgent、method、source、target
190190
*/
191-
private String logFormat = "{name} -- {method} -- {userAgent} -- {remoteAddr}:{remotePort} -- {source} --> {target} -- {statusCode} consumed {consumedMills} ms";
191+
private String logFormat = ReverseHttpProxy.LOG_FORMAT_DEFAULT;
192192

193193
public boolean isEnable() {
194194
return enable;

0 commit comments

Comments
 (0)