|
@@ -48,7 +48,7 @@ export class BotService {
|
|
|
|
|
|
|
|
this.app.log.info('Telegram bot started')
|
|
this.app.log.info('Telegram bot started')
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
|
- this.app.log.error('BotService 初始化失败:' + error)
|
|
|
|
|
|
|
+ this.app.log.error(error, 'BotService 初始化失败')
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|