diff --git a/epmet-openapi/epmet-openapi-scan/src/main/java/com/epmet/openapi/scan/ScanApplication.java b/epmet-openapi/epmet-openapi-scan/src/main/java/com/epmet/openapi/scan/ScanApplication.java index 613eada8d9..2f56dff845 100644 --- a/epmet-openapi/epmet-openapi-scan/src/main/java/com/epmet/openapi/scan/ScanApplication.java +++ b/epmet-openapi/epmet-openapi-scan/src/main/java/com/epmet/openapi/scan/ScanApplication.java @@ -28,7 +28,7 @@ import org.springframework.context.annotation.ComponentScan; public class ScanApplication { public static void main(String[] args) { - log.info("openapi启动了:"); + log.debug("openapi启动了:"); SpringApplication.run(ScanApplication.class, args); }