fix_: remove personal information from logs (#5608) (#5612)

This commit is contained in:
Igor Sirotin 2024-07-29 15:29:24 +01:00 committed by GitHub
parent 20c1b83b7c
commit 65334d42ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2555,7 +2555,6 @@ func (m *Messenger) sendChatMessage(ctx context.Context, message *common.Message
m.logger.Debug("inside sendChatMessage",
zap.String("id", message.ID),
zap.String("text", message.Text),
zap.String("from", message.From),
zap.String("displayName", message.DisplayName),
zap.String("ChatId", message.ChatId),