mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 13:31:53 +08:00
改进操作日志
This commit is contained in:
@@ -18,7 +18,7 @@ func (this *DownloadAction) RunGet(params struct {
|
||||
LibraryId int64
|
||||
}) {
|
||||
// 日志
|
||||
this.CreateLog(oplogs.LevelInfo, "下载IP库 %d", params.LibraryId)
|
||||
defer this.CreateLog(oplogs.LevelInfo, "下载IP库 %d", params.LibraryId)
|
||||
|
||||
libraryResp, err := this.RPC().IPLibraryRPC().FindEnabledIPLibrary(this.AdminContext(), &pb.FindEnabledIPLibraryRequest{IpLibraryId: params.LibraryId})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user