andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 57 forks source link

replace pause.log with journalctl #480

Open rjbs opened 4 months ago

rjbs commented 4 months ago

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