mirror of https://github.com/v2ray/v2ray-core
remove unnecessary access logger init
parent
663b9c9bbc
commit
2f9b8a955c
|
@ -71,10 +71,6 @@ func main() {
|
|||
return
|
||||
}
|
||||
|
||||
if config.LogConfig != nil && len(config.LogConfig.AccessLog) > 0 {
|
||||
log.InitAccessLogger(config.LogConfig.AccessLog)
|
||||
}
|
||||
|
||||
vPoint, err := point.NewPoint(config)
|
||||
if err != nil {
|
||||
log.Error("Failed to create Point server: ", err)
|
||||
|
|
Loading…
Reference in New Issue