error handler errorlog add.

This commit is contained in:
dalbodeule 2024-08-15 19:18:30 +09:00
parent a3b69acc18
commit 6ba1d1bca9
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -198,7 +198,7 @@ class UserHandler(
override fun onError(ex: Exception) {
logger.info("ChzzkChat error. ${channel.channelName} - ${channel.channelId}")
logger.debug(ex.stackTraceToString())
logger.info(ex.stackTraceToString())
}
override fun onChat(msg: ChatMessage) {