Re: [systemd-devel] syslogs in /proc/kmsg

2011-09-05 Thread Albert Strasheim
Hello On Tue, Sep 6, 2011 at 12:52 AM, Lennart Poettering wrote: > On Mon, 05.09.11 12:25, Albert Strasheim (full...@gmail.com) wrote: >> Hello all >> Also, it doesn't seem as if the first application logs end up >> /var/log/messages though. >> Should I be seeing these first application logs in /

Re: [systemd-devel] syslogs in /proc/kmsg

2011-09-05 Thread Lennart Poettering
On Mon, 05.09.11 12:25, Albert Strasheim (full...@gmail.com) wrote: > Hello all > Also, it doesn't seem as if the first application logs end up > /var/log/messages though. > > Should I be seeing these first application logs in /var/log/messages? > > Also, is there any way to avoid the applicatio

Re: [systemd-devel] syslogs in /proc/kmsg

2011-09-05 Thread Miklos Vajna
On Mon, Sep 05, 2011 at 12:25:33PM +0200, Albert Strasheim wrote: > Also, is there any way to avoid the application logs in /proc/kmsg (to > avoid the overflow)? I guess I could add After=rsyslog.service to all > my services, but that doesn't seem right. I would solve it in the other direction,

[systemd-devel] syslogs in /proc/kmsg

2011-09-05 Thread Albert Strasheim
Hello all I have a question about systemd and syslog and application logs ending up in kmsg (as outputted by dmesg). My system.conf contains: [Manager] LogTarget=syslog DefaultStandardOutput=syslog DefaultStandardError=syslog and all my services have: StandardOutput=syslog StandardError=inheri