Tim Stack

Results 329 comments of Tim Stack

> What exactly do you mean as recognized? In the top left corner, does it show "LOG" like this: Note that the third "breadcrumb" there is the log format name,...

Okay, so lnav is not parsing log messages with ANSI sequences around the timestamp correctly. There's machinery for converting ANSI sequences, that's why you see the colors displayed correctly. However,...

I've pushed a change that should fix the crash but there are still other parts of lnav that need to be updated to handle the escape sequences correctly. I'm not...

Thanks for the extra bug report! I think it was a dumb mistake in some cleanup code, I've pushed fadcea440322847cf96ff2db72087df5af9a8062 to try and address it.

Sorry for the perf regression, I've pushed a change that should address it.

I suspect the sqlite version that was being used lacked the `sqlite3_drop_modules()` function, which helped to avoid the crash problem. The crash also left your terminal in a bad state,...

> How can I define custom log formats for log files with these control characters? The control characters will now be filtered out before the regexes in the formats are...

Are you saying you didn't see this slowness when you were testing in this comment https://github.com/tstack/lnav/issues/1057#issuecomment-1251223646 ?

I think we need to get your log format working correctly. I'm concerned that lnav is treating the entire file as one long log message instead of many separate ones....