Feature Request: Download Filtered Logs for Persistence #143
rocioferreiro
started this conversation in
Ideas
Replies: 1 comment
-
@rocioferreiro That's nice idea. Will start work on this very soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
First off, I want to say I love this project! The logger and its dashboard have been incredibly useful, and the UI makes debugging and monitoring a breeze.
Currently, logs are retained for some days before being deleted. While this is reasonable for most use cases, there are scenarios where long-term persistence is necessary. For example, logs might contain insights that could be used for:
Proposal
I’d love to have a "Download Filtered Logs" feature that allows users to export a subset of logs as JSON. Ideally, this would work with the existing filtering system, so users can:
Potential Benefits
Possible Implementation
Would love to hear thoughts from the community! Is this something others would find useful?
Beta Was this translation helpful? Give feedback.
All reactions