优化节点日志

This commit is contained in:
刘祥超
2021-11-30 16:43:16 +08:00
parent cfcad531f4
commit ed234b58bc
7 changed files with 43 additions and 13 deletions

View File

@@ -8,5 +8,5 @@ import (
)
type DAOInterface interface {
CreateLog(tx *dbs.Tx, nodeRole nodeconfigs.NodeRole, nodeId int64, serverId int64, originId int64, level string, tag string, description string, createdAt int64) error
CreateLog(tx *dbs.Tx, nodeRole nodeconfigs.NodeRole, nodeId int64, serverId int64, originId int64, level string, tag string, description string, createdAt int64, logType string, paramsJSON []byte) error
}