用户可以查看访问日志

This commit is contained in:
GoEdgeLab
2021-01-14 18:01:00 +08:00
parent 0e1b5dff63
commit 381f83c94c
3 changed files with 17 additions and 3 deletions

View File

@@ -10,6 +10,11 @@ var (
Code: "server.accessLog",
Description: "用户可以开启服务的访问日志",
},
{
Name: "查看访问日志",
Code: "server.viewAccessLog",
Description: "用户可以查看服务的访问日志",
},
{
Name: "转发访问日志",
Code: "server.accessLog.forward",