How to tail log entries through the systemd journal using Python
This post describes how to use the Python bindings of systemd in order to follow and parse log entries of a specific service in real time through systemd’s journal. This is an alternative way to tail log files which can be very easily customized.