fix: AccountUtils#getAccount 错误日志打印未收集异常信息

pull/26/head
reminis 2 years ago
parent d2a7e10f7f
commit 0d52e7e4b4

@ -35,7 +35,7 @@ public class AccountUtils {
return JSON.parseObject(channelAccount.getAccountConfig(), clazz);
}
} catch (Exception e) {
log.error("AccountUtils#getAccount fail!", Throwables.getStackTraceAsString(e));
log.error("AccountUtils#getAccount fail! e:{}", Throwables.getStackTraceAsString(e));
}
return null;
}

Loading…
Cancel
Save