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
Writing pause.log to ~pause raises disk space issues. We could use log rotation, but I'd rather use the journal and read from it, since it's already doing this job.
We can read lines from:
journalctl --unit=paused -n 100 --no-pager
The text was updated successfully, but these errors were encountered:
Writing pause.log to ~pause raises disk space issues. We could use log rotation, but I'd rather use the journal and read from it, since it's already doing this job.
We can read lines from:
The text was updated successfully, but these errors were encountered: