에러로그 제거
This commit is contained in:
@@ -813,7 +813,7 @@ public class EAILogDAO {
|
|||||||
StatLog statLog = statLogMapper.toEntity(vo);
|
StatLog statLog = statLogMapper.toEntity(vo);
|
||||||
statLogLogger.save(statLog);
|
statLogLogger.save(statLog);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("DB Logging[STATIC_LOG] Failed - " + vo.toString(), e);
|
//logger.error("DB Logging[STATIC_LOG] Failed - " + vo.toString(), e);
|
||||||
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAICLG003"));
|
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAICLG003"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -823,7 +823,7 @@ public class EAILogDAO {
|
|||||||
StatTranLog statTranLog = statTranLogMapper.toEntity(vo);
|
StatTranLog statTranLog = statTranLogMapper.toEntity(vo);
|
||||||
statTranLogLogger.save(statTranLog);
|
statTranLogLogger.save(statTranLog);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("DB Logging[STATIC_TRANCD_LOG] Failed - " + vo.toString(), e);
|
//logger.error("DB Logging[STATIC_TRANCD_LOG] Failed - " + vo.toString(), e);
|
||||||
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAICLG003"));
|
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAICLG003"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -833,7 +833,7 @@ public class EAILogDAO {
|
|||||||
StatAdapterLog statAdapterLog = statAdapterLogMapper.toEntity(vo);
|
StatAdapterLog statAdapterLog = statAdapterLogMapper.toEntity(vo);
|
||||||
statAdapterLogLogger.save(statAdapterLog);
|
statAdapterLogLogger.save(statAdapterLog);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("DB Logging[STATIC_ADAPTER_LOG] Failed - " + vo.toString(), e);
|
//logger.error("DB Logging[STATIC_ADAPTER_LOG] Failed - " + vo.toString(), e);
|
||||||
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAICLG003"));
|
throw new DAOException(ExceptionUtil.getErrorCode(e, "RECEAICLG003"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user