用户可以查看访问日志

This commit is contained in:
刘祥超
2021-01-14 18:01:00 +08:00
parent 13753c31b1
commit 0dea12aa03
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",