实现基本的访问日志策略

This commit is contained in:
刘祥超
2021-07-29 16:51:22 +08:00
parent fa2930dfc5
commit 46e523d005
28 changed files with 1397 additions and 87 deletions

View File

@@ -0,0 +1,8 @@
Tea.context(function () {
this.type = ""
/**
* syslog
*/
this.syslogProtocol = "none"
})