Log级别调整
This commit is contained in:
parent
35ea89e127
commit
4659aaf283
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user