Once the rsyslog package is installed it needs to be activated. Rationale: If the rsyslog service is not activated the system may default to the syslogd service or lack logging instead.
Solution
Run the following command to enable rsyslog : # systemctl enable rsyslog # systemctl start rsyslog