增加edge-node accesslog命令,用来在本地查看访问日志

This commit is contained in:
刘祥超
2022-05-18 23:14:57 +08:00
parent 298cef7f05
commit a9d31a2e35
6 changed files with 187 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build community
// +build community
//go:build !plus
// +build !plus
package teaconst
+2
View File
@@ -13,4 +13,6 @@ const (
// SystemdServiceName systemd
SystemdServiceName = "edge-node"
AccessLogSockName = "edge-node.accesslog.sock"
)