hypridle icon indicating copy to clipboard operation
hypridle copied to clipboard

Log output in system logs despite -q option passed to hypridle

Open logrusx opened this issue 8 months ago • 0 comments

I have modified the uni file to start hypridle with -q switch to prevent it from flooding the system log, but it still outputs some [LOG] output:

Feb 14 12:52:52 joro-lt hypridle[40986]: r logical [Vector2D: x: 1600, y: 1000] and pixel [Vector2D: x: 2560, y: 1600]
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 53 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 57 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 53 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 57 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG]   | removed iface 57
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] [core] dmabufFeedbackMainDevice
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 53 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG]   | got iface: wl_output v4
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG]    > Bound to wl_output v4
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] [core] dmabufFeedbackMainDevice
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 53 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output HDMI-A-1 name HDMI-A-1
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 58 description Eizo Nanao Corporation S1931 33457076 (HDMI-A-1)
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 58 make Eizo Nanao Corporation model S1931
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] output 58 done
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Creating a surface dynamically for output as we are already locked
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Got fractional scale: 100.0%
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] configure with serial 42243
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Configuring surface for logical [Vector2D: x: 1280, y: 1024] and pixel [Vector2D: x: 1280, y: >
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Authenticating
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] PAM_PROMPT: Password:
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] auth: authenticated for hyprlock
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Unlocking session
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Unlocked, exiting!
Feb 14 12:52:52 joro-lt hypridle[40986]: [LOG] Reached the end, exiting

This is when plugging/unplugging the external monitor (this is how I get the picture unstuck after suspend)

Also there's a lot like this:

Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wl_seat v9
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]    > Bound to wl_seat v9
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wl_data_device_manager v3
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wl_compositor v6
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]    > Bound to wl_compositor v6
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wl_subcompositor v1
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wl_shm v1
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wp_viewporter v1
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]    > Bound to wp_viewporter v1
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wp_tearing_control_manager_v1 v1
Feb 14 10:17:03 joro-lt hypridle[31823]: [LOG]   | got iface: wp_fractional_scale_manager_v1 v1
...

logrusx avatar Feb 14 '25 18:02 logrusx