Roberto :emacs: on Nostr: Very often I need to review some logs of a given service. I've found that #emacs is ...
Very often I need to review some logs of a given service.
I've found that #emacs is the perfect tool for analyse them. This is what I'm using:
- Occur (M-s o). Ask for a regexp and opens a new buffer with the matching lines. You can click on those lines
- `highlight-lines-matching-regexp`. This will mark in the buffer the lines. This helps a lot visualizing the important events.
- `flush-lines`: Delete all the lines that matches a regexp. To remove lines that are not adding any value
I've found that #emacs is the perfect tool for analyse them. This is what I'm using:
- Occur (M-s o). Ask for a regexp and opens a new buffer with the matching lines. You can click on those lines
- `highlight-lines-matching-regexp`. This will mark in the buffer the lines. This helps a lot visualizing the important events.
- `flush-lines`: Delete all the lines that matches a regexp. To remove lines that are not adding any value