mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-06 10:05:58 +08:00
feat: logs
This commit is contained in:
@@ -89,7 +89,7 @@ func (o *OnlineCache) initUsersOnlineStatus(ctx context.Context) error {
|
||||
time.Sleep(time.Second * 10)
|
||||
|
||||
defer func(t time.Time) {
|
||||
log.ZWarn(ctx, "init users online status end", nil, "cost", time.Since(t), "totalSet", totalSet)
|
||||
log.ZInfo(ctx, "init users online status end", "cost", time.Since(t), "totalSet", totalSet)
|
||||
}(time.Now())
|
||||
|
||||
for page := int32(1); ; page++ {
|
||||
|
||||
Reference in New Issue
Block a user