logview icon indicating copy to clipboard operation
logview copied to clipboard

Emacs mode for viewing log files

Results 10 logview issues
Sort by recently updated
recently updated
newest added

The [`standard Python logging module`](https://docs.python.org/3/library/logging.html) produces something like [this](https://docs.python.org/3/howto/logging.html#a-simple-example) WARNING:root:Watch out! It is a Sisyphean task to try to include submodes for different logging solutions and situations (as hinted in...

enhancement

it would be a great feature i believe if it was possible to extend the list of fields recognized in the 'format' specification for a submode definition. This would be...

enhancement

It would be great if one could selectively decide (on a per-field basis) which fields actually get displayed by 'logview' for each log line. My log lines are typically annoyingly...

enhancement

I propose support for Android's logcat format. ### Scope * Support default logcat format (not `brief`, `long`, etc.) * Log level colorization * Inclusive + Exclusive Filtering by tag regex,...

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...

I spend some time configuring additional submode for viewing [CUPS (printing system) 'error_log' file](https://www.cups.org/doc/man-cupsd-logs.html#ERROR_LOG_FILE_FORMAT) with is usually located at `/var/log/cups/error_log` The problem was that THREAD field that was optional and...

why am I being asked for the timestamp format on `C-c C-c` (runs the command `logview-choose-submode`) when the submode already specifies it? thank you!

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

I've discovered that many Java programs I work with log a lot before the logging framework (and hence the eventual syntax) has been initialised. In these cases logview mode guesses...