You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for you reply.
I think the right experience would be like this. Suppose I am using systemctl log -f unit_name to display the log. When I press Control-C, the log will stop to display anymore and print nothing instead of a bunch of stack trace log.
Also, systemctl log unit_name has the same problem. But in this case I can press Q to quit normally, so it is not bothering me like log -f.
I think it's better to catch the KeyboardInterrupt.
The text was updated successfully, but these errors were encountered: