Commit adc6a83e by QIANGLU

移除log 端点监控

parent f42713ff
...@@ -64,10 +64,10 @@ public class MatrixLogListenerConfiguration implements InitializingBean { ...@@ -64,10 +64,10 @@ public class MatrixLogListenerConfiguration implements InitializingBean {
refreshLoggingLevels(); refreshLoggingLevels();
} }
@Bean // @Bean
@ConditionalOnMissingBean // @ConditionalOnMissingBean
@ConditionalOnEnabledEndpoint // @ConditionalOnEnabledEndpoint
public LogEndpoint logEndpoint() { // public LogEndpoint logEndpoint() {
return new LogEndpoint(); // return new LogEndpoint();
} // }
} }
...@@ -12,7 +12,7 @@ import java.util.List; ...@@ -12,7 +12,7 @@ import java.util.List;
/** /**
* @author qianglu * @author qianglu
*/ */
//@Endpoint(id = "matrixlog") @Endpoint(id = "matrixlog")
public class LogEndpoint { public class LogEndpoint {
@ReadOperation @ReadOperation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment