mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
删除多余的日志
This commit is contained in:
@@ -168,7 +168,6 @@ func (this *HTTPAccessLogDAO) listAccessLogs(lastRequestId string, size int64, d
|
|||||||
dao := daoWrapper.DAO
|
dao := daoWrapper.DAO
|
||||||
|
|
||||||
tableName, exists, err := findAccessLogTableName(dao.Instance, day)
|
tableName, exists, err := findAccessLogTableName(dao.Instance, day)
|
||||||
logs.Println("tableName:", tableName, exists, err) // TODO
|
|
||||||
if !exists {
|
if !exists {
|
||||||
// 表格不存在则跳过
|
// 表格不存在则跳过
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user