ring_logger icon indicating copy to clipboard operation
ring_logger copied to clipboard

Elixir Logger ring buffer backend

Results 9 ring_logger issues
Sort by recently updated
recently updated
newest added

Note: I'm extracting this from a conversation with Frank on Slack so that we don't lose the conversation history. I would like a feature that would allow ring_logger to automatically...

If the logs are being persisted periodically, then it would also be useful if they are persisted as part of a terminate event to avoid losing logs to a `Nerves.Runtime.reboot/0`.

This PR introduces Command concatenation support in viewer TUI: Command string can be as follows: `> a app1; l debug` Command concatenation support in viewer: existing commands now can be...

This PR introduces goto date entry navigation to the Ringlogger viewer command system: Command string can be as follows: 1. Ringlogger.viewer("d 2025-12-11 10:20:11") Addition of New Command for Date Entry...

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.37.2 to 0.37.3. Changelog Sourced from ex_doc's changelog. v0.37.3 (2025-03-06) Bug fixes Handle http-equiv=refresh during Swup.js navigation Include full error description when syntax highlighting fails Commits 0ab3d49...

dependencies

This PR introduces Optional initial command string for launch command the Ringlogger viewer command system: Command string can be as follows: Ringlogger.viewer("a application1") Optional initial command string for launch command:...

This PR introduces Enhancement to existing application list command to the Ringlogger viewer command system: Command string can be as follows: > a app1 app2 Enhancement to existing application list...

This PR introduces Enhancement to existing application list command to the Ringlogger viewer command system: Command string can be as follows: `> a app1 app2` Enhancement to existing application list...