-
Notifications
You must be signed in to change notification settings - Fork 18
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
WIP: Submodes for JSON logs #46
base: master
Are you sure you want to change the base?
Conversation
I've added The approach of stuffing possibly very long log message text into the |
Sorry, have no time to look into this now, especially since this appears to be a huge change. Please look into the test failures. Also note that you can always run tests locally ( Some general points:
|
This is still a WIP and all I'm looking for at the moment is suggestions and maybe being able to help someone else who likes I am unable to reproduce the |
I see
I don't know what NixOS is, but if it can run UNIX shell scripts and Emacs, it should be able to run Eldev too, as nothing else is needed. |
I've been working with some projects that emit logs in JSON and found myself wishing that I could work with those logs efficiently in Emacs, so with a little free time on my hands I decided to dive into
logview-mode
to see what I could make it do, and added a JSON submode.The easiest way to check this out is to open
test/json/levels.log
. On the bottom of the cheat sheet there are several new commands with the prefixj
.Things it does:
line-prefix
text property for each entry, and provides commands to toggle display of those values on and off.Things that aren't done:
Things I'm thinking about making it do: