mirror of https://github.com/fatedier/frp
fix frps --log_file useless, fix #1125
parent
d1f1c72a55
commit
6b61cb3742
|
@ -187,9 +187,9 @@ func parseServerCommonCfgFromCmd() (err error) {
|
|||
g.GlbServerCfg.MaxPortsPerClient = maxPortsPerClient
|
||||
|
||||
if logFile == "console" {
|
||||
g.GlbClientCfg.LogWay = "console"
|
||||
g.GlbServerCfg.LogWay = "console"
|
||||
} else {
|
||||
g.GlbClientCfg.LogWay = "file"
|
||||
g.GlbServerCfg.LogWay = "file"
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue