You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
22 KiB
131 lines
22 KiB
2023-02-21 21:33:06.264 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$564e109e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-02-21 21:33:06.544 [main] INFO c.y.tlog.example.feign.TLogFeignProviderRunner - No active profile set, falling back to default profiles: default
|
|
2023-02-21 21:33:06.811 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3e9ba888-545e-340f-9716-5ab17ed5fcf6
|
|
2023-02-21 21:33:06.851 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$564e109e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-02-21 21:33:07.049 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 2111 (http)
|
|
2023-02-21 21:33:07.056 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-2111"]
|
|
2023-02-21 21:33:07.061 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2023-02-21 21:33:07.061 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.24]
|
|
2023-02-21 21:33:07.134 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2023-02-21 21:33:07.134 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 586 ms
|
|
2023-02-21 21:33:07.168 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-02-21 21:33:07.168 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-02-21 21:33:07.171 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-02-21 21:33:07.171 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-02-21 21:33:07.275 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
|
2023-02-21 21:33:07.587 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService
|
|
2023-02-21 21:33:07.890 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-2111"]
|
|
2023-02-21 21:33:07.903 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 2111 (http) with context path ''
|
|
2023-02-21 21:33:08.060 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, tlog-logback-feign-provider 192.168.56.1:2111 register finished
|
|
2023-02-21 21:33:08.265 [main] INFO c.y.tlog.example.feign.TLogFeignProviderRunner - Started TLogFeignProviderRunner in 2.46 seconds (JVM running for 3.116)
|
|
2023-02-21 21:34:06.327 [http-nio-2111-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2023-02-21 21:34:06.327 [http-nio-2111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2023-02-21 21:34:06.331 [http-nio-2111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 4 ms
|
|
2023-02-21 21:34:06.459 [http-nio-2111-exec-1] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190380561924160] invoke provider controller method sayHello
|
|
2023-02-21 21:34:06.459 [http-nio-2111-exec-1] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190380561924160] invoke ProviderDomain sayHello
|
|
2023-02-21 21:34:06.460 [Thread-24] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190380561924160] 这是异步方法哦
|
|
2023-02-21 21:34:06.460 [Thread-24] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190380561924160] 异步方法开始
|
|
2023-02-21 21:34:06.460 [Thread-24] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190380561924160] 异步方法结束
|
|
2023-02-21 21:34:06.461 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190380561924160] 这是线程池中的异步方法哦
|
|
2023-02-21 21:34:06.461 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190380561924160] 线程池中的异步方法开始
|
|
2023-02-21 21:34:06.461 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190380561924160] 线程池中的异步方法结束
|
|
2023-02-21 21:34:16.161 [http-nio-2111-exec-2] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190381254705216] invoke provider controller method sayHello
|
|
2023-02-21 21:34:16.162 [http-nio-2111-exec-2] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190381254705216] invoke ProviderDomain sayHello
|
|
2023-02-21 21:34:16.162 [Thread-25] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190381254705216] 这是异步方法哦
|
|
2023-02-21 21:34:16.162 [Thread-25] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190381254705216] 异步方法开始
|
|
2023-02-21 21:34:16.162 [pool-1-thread-2] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190381254705216] 这是线程池中的异步方法哦
|
|
2023-02-21 21:34:16.162 [Thread-25] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190381254705216] 异步方法结束
|
|
2023-02-21 21:34:16.162 [pool-1-thread-2] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190381254705216] 线程池中的异步方法开始
|
|
2023-02-21 21:34:16.162 [pool-1-thread-2] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190381254705216] 线程池中的异步方法结束
|
|
2023-02-21 21:34:44.111 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$973e6858] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-02-21 21:34:44.397 [main] INFO c.y.tlog.example.feign.TLogFeignProviderRunner - No active profile set, falling back to default profiles: default
|
|
2023-02-21 21:34:44.664 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3e9ba888-545e-340f-9716-5ab17ed5fcf6
|
|
2023-02-21 21:34:44.705 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$973e6858] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-02-21 21:34:44.913 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 2111 (http)
|
|
2023-02-21 21:34:44.921 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-2111"]
|
|
2023-02-21 21:34:44.926 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2023-02-21 21:34:44.926 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.24]
|
|
2023-02-21 21:34:45.006 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2023-02-21 21:34:45.006 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 604 ms
|
|
2023-02-21 21:34:45.044 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-02-21 21:34:45.044 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-02-21 21:34:45.047 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-02-21 21:34:45.047 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-02-21 21:34:45.155 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
|
2023-02-21 21:34:45.571 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService
|
|
2023-02-21 21:34:45.903 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-2111"]
|
|
2023-02-21 21:34:45.918 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 2111 (http) with context path ''
|
|
2023-02-21 21:34:45.979 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, tlog-logback-feign-provider 192.168.56.1:2111 register finished
|
|
2023-02-21 21:34:46.160 [main] INFO c.y.tlog.example.feign.TLogFeignProviderRunner - Started TLogFeignProviderRunner in 2.584 seconds (JVM running for 3.263)
|
|
2023-02-21 21:34:56.580 [http-nio-2111-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2023-02-21 21:34:56.580 [http-nio-2111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2023-02-21 21:34:56.586 [http-nio-2111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 5 ms
|
|
2023-02-21 21:34:56.720 [http-nio-2111-exec-1] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190383901376576] invoke provider controller method sayHello
|
|
2023-02-21 21:34:56.720 [http-nio-2111-exec-1] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190383901376576] invoke ProviderDomain sayHello
|
|
2023-02-21 21:34:56.721 [Thread-22] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190383901376576] 这是异步方法哦
|
|
2023-02-21 21:34:56.721 [Thread-22] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190383901376576] 异步方法开始
|
|
2023-02-21 21:34:56.721 [Thread-22] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190383901376576] 异步方法结束
|
|
2023-02-21 21:34:56.722 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190383901376576] 这是线程池中的异步方法哦
|
|
2023-02-21 21:34:56.722 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190383901376576] 线程池中的异步方法开始
|
|
2023-02-21 21:34:56.722 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190383901376576] 线程池中的异步方法结束
|
|
2023-02-21 21:37:02.460 [Thread-15] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registering from Nacos Server now...
|
|
2023-02-21 21:37:02.465 [Thread-15] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registration finished.
|
|
2023-02-21 21:37:02.471 [Thread-15] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2023-02-21 21:37:05.167 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$99f4159a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-02-21 21:37:05.428 [main] INFO c.y.tlog.example.feign.TLogFeignProviderRunner - No active profile set, falling back to default profiles: default
|
|
2023-02-21 21:37:05.693 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3e9ba888-545e-340f-9716-5ab17ed5fcf6
|
|
2023-02-21 21:37:05.734 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$99f4159a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-02-21 21:37:05.937 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 2111 (http)
|
|
2023-02-21 21:37:05.946 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-2111"]
|
|
2023-02-21 21:37:05.950 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2023-02-21 21:37:05.951 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.24]
|
|
2023-02-21 21:37:06.030 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2023-02-21 21:37:06.030 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 597 ms
|
|
2023-02-21 21:37:06.070 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-02-21 21:37:06.070 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-02-21 21:37:06.073 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-02-21 21:37:06.073 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-02-21 21:37:06.178 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
|
2023-02-21 21:37:06.567 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService
|
|
2023-02-21 21:37:06.896 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-2111"]
|
|
2023-02-21 21:37:06.916 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 2111 (http) with context path ''
|
|
2023-02-21 21:37:06.980 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, tlog-logback-feign-provider 192.168.56.1:2111 register finished
|
|
2023-02-21 21:37:07.155 [main] INFO c.y.tlog.example.feign.TLogFeignProviderRunner - Started TLogFeignProviderRunner in 2.553 seconds (JVM running for 3.258)
|
|
2023-02-21 21:48:37.320 [http-nio-2111-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2023-02-21 21:48:37.320 [http-nio-2111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2023-02-21 21:48:37.325 [http-nio-2111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 5 ms
|
|
2023-02-21 21:48:37.480 [http-nio-2111-exec-1] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190437636767808] invoke provider controller method sayHello
|
|
2023-02-21 21:48:37.481 [http-nio-2111-exec-1] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190437636767808] invoke ProviderDomain sayHello
|
|
2023-02-21 21:48:37.484 [Thread-24] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190437636767808] 这是异步方法哦
|
|
2023-02-21 21:48:37.484 [Thread-24] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190437636767808] 异步方法开始
|
|
2023-02-21 21:48:37.484 [Thread-24] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190437636767808] 异步方法结束
|
|
2023-02-21 21:48:37.485 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190437636767808] 这是线程池中的异步方法哦
|
|
2023-02-21 21:48:37.485 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190437636767808] 线程池中的异步方法开始
|
|
2023-02-21 21:48:37.485 [pool-1-thread-1] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190437636767808] 线程池中的异步方法结束
|
|
2023-02-21 21:48:57.872 [http-nio-2111-exec-3] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190439038255168] invoke provider controller method sayHello
|
|
2023-02-21 21:48:57.872 [http-nio-2111-exec-3] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190439038255168] invoke ProviderDomain sayHello
|
|
2023-02-21 21:48:57.872 [Thread-25] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190439038255168] 这是异步方法哦
|
|
2023-02-21 21:48:57.872 [pool-1-thread-2] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190439038255168] 这是线程池中的异步方法哦
|
|
2023-02-21 21:48:57.872 [Thread-25] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190439038255168] 异步方法开始
|
|
2023-02-21 21:48:57.873 [Thread-25] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190439038255168] 异步方法结束
|
|
2023-02-21 21:48:57.873 [pool-1-thread-2] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190439038255168] 线程池中的异步方法开始
|
|
2023-02-21 21:48:57.873 [pool-1-thread-2] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190439038255168] 线程池中的异步方法结束
|
|
2023-02-21 22:29:00.243 [http-nio-2111-exec-5] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190596480368704] invoke provider controller method sayHello
|
|
2023-02-21 22:29:00.244 [http-nio-2111-exec-5] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190596480368704] invoke ProviderDomain sayHello
|
|
2023-02-21 22:29:00.244 [Thread-26] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190596480368704] 这是异步方法哦
|
|
2023-02-21 22:29:00.244 [Thread-26] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190596480368704] 异步方法开始
|
|
2023-02-21 22:29:00.244 [Thread-26] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190596480368704] 异步方法结束
|
|
2023-02-21 22:29:00.244 [pool-1-thread-3] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190596480368704] 这是线程池中的异步方法哦
|
|
2023-02-21 22:29:00.244 [pool-1-thread-3] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190596480368704] 线程池中的异步方法开始
|
|
2023-02-21 22:29:00.245 [pool-1-thread-3] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190596480368704] 线程池中的异步方法结束
|
|
2023-02-21 22:29:01.530 [http-nio-2111-exec-6] INFO c.y.t.example.feign.controller.ProviderController - [192.168.56.1][0.1][12190596564713536] invoke provider controller method sayHello
|
|
2023-02-21 22:29:01.530 [http-nio-2111-exec-6] INFO c.yomahub.tlog.example.feign.domain.ProviderDomain - [192.168.56.1][0.1][12190596564713536] invoke ProviderDomain sayHello
|
|
2023-02-21 22:29:01.531 [Thread-27] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190596564713536] 这是异步方法哦
|
|
2023-02-21 22:29:01.531 [Thread-27] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190596564713536] 异步方法开始
|
|
2023-02-21 22:29:01.531 [Thread-27] INFO com.yomahub.tlog.example.feign.domain.AsynDomain - [192.168.56.1][0.1][12190596564713536] 异步方法结束
|
|
2023-02-21 22:29:01.531 [pool-1-thread-4] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190596564713536] 这是线程池中的异步方法哦
|
|
2023-02-21 22:29:01.531 [pool-1-thread-4] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190596564713536] 线程池中的异步方法开始
|
|
2023-02-21 22:29:01.531 [pool-1-thread-4] INFO c.yomahub.tlog.example.feign.domain.AsynPoolDomain - [192.168.56.1][0.1][12190596564713536] 线程池中的异步方法结束
|
|
2023-02-21 23:24:33.318 [Thread-15] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registering from Nacos Server now...
|
|
2023-02-21 23:24:33.325 [Thread-15] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registration finished.
|
|
2023-02-21 23:24:33.326 [Thread-15] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|