gitzdnex

Results 17 comments of gitzdnex

So I was trying to use format and found maybe where is problem: ```^(?[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3})\\:(?[0-9]{3,6}) \\-\\ \\-\\ \\[(?\\d\\d\\/[a-zA-Z]{2,5}\\/\\d\\d\\d\\d\\ \\d\\d\\:\\d\\d:\\d\\d)\\]\\ \"HTTP\\/1\\.1\\ (?GET|POST|OPTIONS|PUT|HEAD)\\ (?[a-zA-Z0-9\\.\\/\\_].+)\"\\ \\-\\ (?\\d\\d\\d)?\\ ?(?[a-zA-Z\\ ]{0,20})$"``` Where I got match like...

This one already has some changes ``` {"oc_log": { "title": "Python log format", "description": "Log format used by python logging", "url": "", "regex": { "main_log": { "pattern": "^(?\\w+)\\:(?[a-zA-Z0-9\\.\\_]+)\\:(?.*)?(?)" }, "http_req":...

Hi, thanks for suggestion. It does not seem to change behavior. Still some lines usually before another format are not recognized. It just says that pattern is mached but, no...

So I was again looking on this multiline and with -C there is difference: ``` lnav -C /tmp/log2 error:/tmp/log2:2:line did not match format oc_log/regex/http_req2 error:/tmp/log2:2: line -- INFO:__main__:Parameters are same...

Update so with latest version 0.10 -C freezes. But without -C it seems to be able somehow work, not recognized lines are now logline and all others are recognized. So...

Well for me -C with 0.10 (compiled binary from github) version takes a lot time...(gui does not show up even after 1minute, 100% cpu). Anyway what I meant was that...

Ok so now in beta 0.10 with this log format from up and log file with 20MB I get a lot of freezing, sometimes text loading with 13%-14% in green...

Here is log from moving up and then it got 100% CPU. Not sure if actually it is in log. I just set P and moved up with arrows. [lnav_debug.zip](https://github.com/tstack/lnav/files/7356991/lnav_debug.zip)

Hi, so I have again tried current release and it certainly works better (still some crashes, but much less) But problem with multiple formats in log file seems to be...

Hello, ok this seems to be working. I just find out that I should add `$` to mark end as this seems to be matching just from start. Is there...