Commit adc6a83e by QIANGLU

移除log 端点监控

parent f42713ff
......@@ -64,10 +64,10 @@ public class MatrixLogListenerConfiguration implements InitializingBean {
refreshLoggingLevels();
}
@Bean
@ConditionalOnMissingBean
@ConditionalOnEnabledEndpoint
public LogEndpoint logEndpoint() {
return new LogEndpoint();
}
// @Bean
// @ConditionalOnMissingBean
// @ConditionalOnEnabledEndpoint
// public LogEndpoint logEndpoint() {
// return new LogEndpoint();
// }
}
......@@ -12,7 +12,7 @@ import java.util.List;
/**
* @author qianglu
*/
//@Endpoint(id = "matrixlog")
@Endpoint(id = "matrixlog")
public class LogEndpoint {
@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