1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 08:15:21 -05:00
This commit is contained in:
Darien Raymond
2017-12-19 22:29:56 +01:00
parent 49056d22ac
commit 9e50a8daa6
4 changed files with 38 additions and 34 deletions

View File

@@ -12,6 +12,7 @@ import (
"v2ray.com/core/app/log"
"v2ray.com/core/app/proxyman"
"v2ray.com/core/app/router"
clog "v2ray.com/core/common/log"
"v2ray.com/core/common/net"
"v2ray.com/core/common/protocol"
"v2ray.com/core/common/serial"
@@ -718,7 +719,7 @@ func TestDomainSniffing(t *testing.T) {
},
}),
serial.ToTypedMessage(&log.Config{
ErrorLogLevel: log.LogLevel_Debug,
ErrorLogLevel: clog.Severity_Debug,
ErrorLogType: log.LogType_Console,
}),
},