Skip to content

Commit

Permalink
[MODAUD-195]. Remove duplicated logger
Browse files Browse the repository at this point in the history
  • Loading branch information
BKadirkhodjaev committed Nov 4, 2024
1 parent 4810f3c commit b616f4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ private Future<RowSet<Row>> makeSaveCall(String query, InvoiceAuditEvent invoice
LocalDateTime.ofInstant(invoiceAuditEvent.getActionDate().toInstant(), ZoneId.systemDefault()),
JsonObject.mapFrom(invoiceAuditEvent.getInvoiceSnapshot())));
} catch (Exception e) {
LOGGER.error("Failed to save record with id: {} for invoice id: {} in to table {}",
invoiceAuditEvent.getId(), invoiceAuditEvent.getInvoiceId(), TABLE_NAME, e);
return Future.failedFuture(e);
}
}
Expand Down

0 comments on commit b616f4d

Please sign in to comment.