JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
254 stars 55 forks source link

Spring Boot Application log formats not recognized #62

Closed wuyuweixin closed 5 years ago

wuyuweixin commented 5 years ago
2019-06-02 22:08:38.347  INFO 9080 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ae1f1bf5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-06-02 22:08:39.432  INFO 9080 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2019-06-02 22:08:39.465  INFO 9080 --- [restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2019-06-02 22:08:39.466  INFO 9080 --- [restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.19]

Can you provide a pattern config.

krishna81m commented 3 years ago

@wuyuweixin , Following this thread https://github.com/JetBrains/ideolog/issues/75, is the ideolog supposed to work automatically for Spring Boot Application console logs if pattern is established :) ?