Skip to content
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

Logging to custom stream or file #90

Open
d4h0 opened this issue Jun 28, 2024 · 0 comments
Open

Logging to custom stream or file #90

d4h0 opened this issue Jun 28, 2024 · 0 comments

Comments

@d4h0
Copy link

d4h0 commented Jun 28, 2024

Hi,

Would it be possible to add the ability to log to a custom stream or file?

This would be useful for CLI applications where the user interacts with the application (e.g., application that uses dialogs, REPLs, and TUI application).

Right now, it seems, roarr wouldn't be usable for such applications.

This also would enable to display the logs in a separate terminal window (e.g., tail $log_file | roarr), which itself would be a useful feature (e.g., if you are only interested in the logs when something bad happens).

With this approach, it also would be possible to change the configuration of roarr CLI (e.g., changing its filter configuration) while the main application is still running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant