Skip to content

Commit

Permalink
feat: log for purge_hole
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Nov 15, 2023
1 parent 2ebc938 commit 49e5eef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apis/hole/purge_hole.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ func purgeHole() (err error) {
return err
}

// log
log.Info().
Ints("hole_ids", holeIDs).
Ints("floor_ids", floorIDs).
Msg("purge hole")

return nil
})
}
Expand Down

0 comments on commit 49e5eef

Please sign in to comment.