-
-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add option to hyprctl rollinglog
to follow the Hyprland logs
#6300
Comments
Can i try this? UPD UPD2 |
Honestly I'd be in favor of rollinglog follow by default, and optionally have a tail flag if someone has an use for it. |
@tchofy I think similarly, but as for me it is more correct to preserve the existing behavior(it is my first PR here). |
@zjeffer i think issue can be closed as for now |
Yes, thank you very much! |
Description
Right now, to follow the current logs, I run
tail -f $XDG_RUNTIME_DIR/hypr/<id>/hyprland.log
. I noticehyprctl rollinglog
is able to show the last 50-ish lines, but not able to follow the logs.Proposal: add a parameter (-f, --follow) to
hyprctl rollinglog
that follows the output similar totail -f <file>
.The text was updated successfully, but these errors were encountered: