JetBrains / ideolog

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

It just doesn't seem to work at all #114

Open tomjmul opened 3 years ago

tomjmul commented 3 years ago

I just cannot get this plugin to recognise my custom format

Trying this:

2021-04-15 11:21:31.368 - ERROR 1 [ main] com.blah.Whatever : this is a test message 2021-04-15 11:21:13.124 - DEBUG 1 [ main] com.blah.Whatever : this is a another test message

With: ^([^ ]* [^ ]*)\s-\s([^ ]*)\s*(\d*)\s*(\[[^]]*\])\s*([^ ]*)\s*:\s*(.*)$

I get format not recognised.

Just as a test: ^.+$

I get format not recognised.

iNovenkij commented 3 years ago

Same problem. "log format not recognised"

bytefluxio commented 3 years ago

Hey @tomjmul and @iNovenkij, I added my description to https://github.com/JetBrains/ideolog/issues/110.

Your log file seems to need at least 6 logs in it for it to work.

zobayer1 commented 3 years ago

Hey @tomjmul and @iNovenkij, I added my description to #110.

Your log file seems to need at least 6 logs in it for it to work.

Confirming this, the error banner went away after having 6+ lines in the file. Had to reopen the file though.