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 67d6a74 commit d1224a1Copy full SHA for d1224a1
server/api-service/lowcoder-infra/src/main/java/org/lowcoder/infra/serverlog/ServerLogService.java
@@ -9,6 +9,7 @@
9
import org.apache.commons.collections4.CollectionUtils;
10
import org.lowcoder.infra.event.SystemCommonEvent;
11
import org.lowcoder.infra.perf.PerfHelper;
12
+import org.lowcoder.plugin.events.ServerLogEvent;
13
import org.springframework.beans.factory.annotation.Autowired;
14
import org.springframework.context.ApplicationEventPublisher;
15
import org.springframework.scheduling.annotation.Scheduled;
@@ -53,4 +54,5 @@ private void scheduledInsert() {
53
54
);
55
});
56
}
57
+
58
0 commit comments