rsyslog

Tom Horsley horsley1953 at gmail.com
Tue Mar 3 11:19:02 UTC 2015


On Tue, 3 Mar 2015 13:46:43 +1000
Dan Irwin wrote:

> Hi all,
> 
> What kind of secret voodoo does one need to use rsyslog on a systemd
> system? Is it even possible?

From my notes on making fedora usable:

rsyslog isn't installed by default, so you get no log files
you can look at with normal tools. The systemd journal has
taken over. To restore sanity:

yum install rsyslog

In /etc/systemd/journald.conf set:

Storage=none
ForwardToSyslog=yes

Create a file named /etc/rsyslog.d/sd-socket.conf that contains:

$AddUnixListenSocket /run/systemd/journal/syslog

Having gotten real log files back, may need to also install
logrotate.


More information about the users mailing list