Aoi-hosizora/ahlib-mx

xtelebot logger alignment

Aoi-hosizora opened this issue · 1 comments

	t.logger.WithFields(map[string]interface{}{
		"module":    "telebot",
		"messageID": m.ID,
		"endpoint":  ep,
		"chatID":    m.Chat.ID,
		"chatName":  m.Chat.Username,
	}).Info(fmt.Sprintf("[Telebot] %4d | -> | %14v | (%d %s)", m.ID, ep, m.Chat.ID, m.Chat.Username))

Fixed.