Tim Stack

Results 329 comments of Tim Stack

> When using sudo journalctl -o json the service peertube.service only outputs an array of decimal bytes when using the json mode. What could be the reason for this behavior?...

As mentioned, this is probably fixed now.

There’s some very basic support for this, but it still needs work. Can you provide some example log files that demonstrate what you want. See #571

What version of lnav are you using? The offset is supposed to be saved in the session, so it might be a bug if that is not happening. Can you...

> when I press ctrl-R to reset lnav, does that also reset the time offset? Because I use ctrl-R all the time. ;-) Yeah, CTRL-R does clear the time offset...

Can you give an example of the formatting you would like? It's a little difficult to do since we'd probably have to parse/understand SQL, whereas the current logic is based...

I think the problem for me is that SQL syntax is pretty complex, you can have nested queries and a fair amount of other things going on. So, I would...

> Moreover, the search also works throughout the entire file despite the option. Is it the only option to limit lines? @graceman9, can you give some more details? Do you...

There's this C library: https://github.com/libyal/libevtx/ I'm not sure how well it works, but I can take a look to see if it can be incorporated into lnav.

What do the JSON version of the logs look like? You should be able to use lnav to process the JSON form until native support is added.