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

This commit is contained in:
GoEdgeLab
2022-05-18 23:14:57 +08:00
parent 7ed4a21e22
commit 36df8c2eee
6 changed files with 187 additions and 3 deletions

View File

@@ -13,4 +13,6 @@ const (
// SystemdServiceName systemd
SystemdServiceName = "edge-node"
AccessLogSockName = "edge-node.accesslog.sock"
)