Log级别调整

This commit is contained in:
YongXin 2023-03-06 13:19:55 +08:00
parent 35ea89e127
commit 4659aaf283

View File

@ -16,7 +16,7 @@ func StartTelegramBot() {
log.Info("Start Telegram Bot")
telegramKey := config.GetTelegram()
if telegramKey == nil {
log.Error("未找到tg token,不启动tg tot")
log.Info("未找到tg token,不启动tg bot")
return
}