We don't want to use rsyslog for logfiles: only journald.
This breaks the "Tracking Center", it shows nothing when rsyslog is removed. To fix it, i've renamed pmg-log-filter to pmg-log-filter.real and wrote a tiny script as replacement for pmg-log-filter:
This works, but isn't this performant i guess as always the full log is parsed. are there plans to directly support journald in pam-log-filter?
These parameters are...
Read more
This breaks the "Tracking Center", it shows nothing when rsyslog is removed. To fix it, i've renamed pmg-log-filter to pmg-log-filter.real and wrote a tiny script as replacement for pmg-log-filter:
Code:
#!/bin/sh
journalctl | /usr/bin/pmg-log-tracker.real -i - $@
This works, but isn't this performant i guess as always the full log is parsed. are there plans to directly support journald in pam-log-filter?
These parameters are...
Read more