Gentoo Archives: gentoo-user

From: Kevin Chadwick <ma1l1ists@××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [Bulk] Re: [gentoo-user] Questions about systemd logging
Date: Thu, 10 Jan 2013 20:32:35
Message-Id: 20130110204918.76734bb7@kc-sys.chadwicks.me.uk
In Reply to: Re: [gentoo-user] Questions about systemd logging by Robin Atwood
1 On Thu, 10 Jan 2013 23:46:29 +0700
2 Robin Atwood <robin.atwood@×××××××××.net> wrote:
3
4 > Thanks for the tips, now I can get more output to tty1 if I want. I
5 > still can't get any systemd messages to syslog-ng, however. A bit of
6 > a mystery.
7
8 This may be way off as I expect systemd to never shape up to a point
9 that I will use it, but with a bit of luck this may point you in the
10 right direction. On Arch systemd avoiders had to change their
11 syslog-ng.conf to the following to get their logging back.
12
13 source src {
14 unix-dgram("/dev/log");
15 internal();
16 file("/proc/kmsg");
17 };

Replies

Subject Author
Re: [Bulk] Re: [gentoo-user] Questions about systemd logging Robin Atwood <robin.atwood@×××××××××.net>