Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tomjmul opened this issue Apr 27, 2021 · 3 comments
Open

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

tomjmul opened this issue Apr 27, 2021 · 3 comments

Comments

@tomjmul
Copy link

tomjmul commented Apr 27, 2021

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
Copy link

Same problem. "log format not recognised"

@bytefluxio
Copy link

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.

@zobayer1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@tomjmul @zobayer1 @bytefluxio @iNovenkij @smirok and others