Skip to content

Commit 106060f

Browse files
committed
release: release 1.0.5.RELEASE version
1 parent af15a4a commit 106060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capa-spi-aws-telemetry/src/main/java/group/rxcloud/capa/spi/aws/telemetry/log/appender/AbstractCapaAwsLogAppender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected Map<String, String> appendMDCTags(Map<String, String> tags, Map<String
127127

128128
protected void appendLogs(String message, Map<String, String> MDCTags, String logLevel) {
129129
if (StringUtils.isBlank(message)) {
130-
message = StringUtils.EMPTY;
130+
message = "";
131131
}
132132
Map<String, String> tags = new HashMap<>();
133133
tags.put(LOG_LEVEL_NAME, logLevel);

0 commit comments

Comments
 (0)