JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
251 stars 54 forks source link

ideolog not work #143

Open ciahua opened 1 year ago

ciahua commented 1 year ago

I config the ideolog and write a log file, content as below: 2021-01-21 11:19:19.111 INFO 10808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.12

pattern: ^(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3})\s([A-Z])\s\d\s-{3}\s([.]).\: .$

jetbrains idea version: IntelliJ IDEA 2022.2.3 (Ultimate Edition)

ideolog version is the latest.

what's wrong with it?

微信截图_20230327222138 微信截图_20230327222119 微信截图_20230327222057 微信截图_20230327222033

ArtemKar123 commented 5 months ago

Looks like your pattern doesn't work https://regex101.com/r/FArdI2/2