Skip to content

Commit 3ff4a7b

Browse files
committed
not logging API read message by default
1 parent 6e1fa35 commit 3ff4a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/zstack/core/cloudbus/CloudBusImpl2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ public void send(Message msg) {
534534

535535
public boolean logMessage(Message msg) {
536536
if (CloudBusGlobalProperty.READ_API_LOG_OFF &&
537-
(msg instanceof APIMessage || msg instanceof APIReply || msg instanceof APIEvent)) {
537+
(msg instanceof APISyncCallMessage || msg instanceof APIReply)) {
538538
return false;
539539
}
540540

0 commit comments

Comments
 (0)