We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118d3bd commit d207481Copy full SHA for d207481
src/main/java/io/openmessaging/storage/dledger/client/DLedgerClient.java
@@ -77,7 +77,7 @@ public AppendEntryResponse append(byte[] body) {
77
return response;
78
} catch (Exception e) {
79
needFreshMetadata();
80
- logger.error("{}", e);
+ logger.error("Append error", e);
81
AppendEntryResponse appendEntryResponse = new AppendEntryResponse();
82
appendEntryResponse.setCode(DLedgerResponseCode.INTERNAL_ERROR.getCode());
83
return appendEntryResponse;
0 commit comments