Request contexts and some logging changes. #10

Merged
skobkin merged 3 commits from fix_logging into main 2024-03-12 03:15:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1343d0c4f8 - Show all commits

View File

@ -254,7 +254,7 @@ func (b *Bot) reply(originalMessage *telego.Message, newMessage *telego.SendMess
}
func (b *Bot) sendTyping(chatId telego.ChatID) {
slog.Info("Setting 'typing' chat action")
slog.Debug("Setting 'typing' chat action")
err := b.api.SendChatAction(tu.ChatAction(chatId, "typing"))
if err != nil {