We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1fa35 commit 3ff4a7bCopy full SHA for 3ff4a7b
1 file changed
core/src/main/java/org/zstack/core/cloudbus/CloudBusImpl2.java
@@ -534,7 +534,7 @@ public void send(Message msg) {
534
535
public boolean logMessage(Message msg) {
536
if (CloudBusGlobalProperty.READ_API_LOG_OFF &&
537
- (msg instanceof APIMessage || msg instanceof APIReply || msg instanceof APIEvent)) {
+ (msg instanceof APISyncCallMessage || msg instanceof APIReply)) {
538
return false;
539
}
540
0 commit comments