修改日志默认为标准输出

This commit is contained in:
bjdgyc
2021-03-17 14:04:07 +08:00
parent b5927a11d3
commit 7a2d8a3ad0

View File

@@ -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"
#系统名称