mirror of https://github.com/bjdgyc/anylink.git
修改日志默认为标准输出
This commit is contained in:
parent
b5927a11d3
commit
7a2d8a3ad0
|
@ -11,7 +11,8 @@ cert_key = "./vpn_cert.key"
|
|||
ui_path = "../ui"
|
||||
files_path = "../files"
|
||||
#日志目录,为空写入标准输出
|
||||
log_path = "../log"
|
||||
#log_path = "../log"
|
||||
log_path = ""
|
||||
log_level = "info"
|
||||
|
||||
#系统名称
|
||||
|
|
Loading…
Reference in New Issue