Re: [systemd-devel] [Patch 0/5] support for logging the unit of user session units

2013-01-18 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 18, 2013 at 10:40:18AM +0100, Mirco Tischler wrote: > 2013/1/18 Zbigniew Jędrzejewski-Szmek > > > Hi, > > I had a look at the your patches (without actually running them :). > > I started with a few cleanups, I'll post them as replies to this letter. > > Then I had a better look at th

Re: [systemd-devel] [Patch 0/5] support for logging the unit of user session units

2013-01-18 Thread Mirco Tischler
2013/1/18 Zbigniew Jędrzejewski-Szmek > Hi, > I had a look at the your patches (without actually running them :). > I started with a few cleanups, I'll post them as replies to this letter. > Then I had a better look at the logic of USER_UNIT and I have a few > questions. > > Hi Thanks for having

Re: [systemd-devel] [Patch 0/5] support for logging the unit of user session units

2013-01-17 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jan 17, 2013 at 06:55:04PM +0100, Mirco Tischler wrote: > Hi > > The following series of patches implements support for logging user > session units to the journal. Messages by the unit itself are marked with > _SYSTEMD_USER_UNIT and messages regarding the unit from the systemd > instance

[systemd-devel] [Patch 0/5] support for logging the unit of user session units

2013-01-17 Thread Mirco Tischler
Hi The following series of patches implements support for logging user session units to the journal. Messages by the unit itself are marked with _SYSTEMD_USER_UNIT and messages regarding the unit from the systemd instance are marked with USER_UNIT. Patch 1: log _SYSTEMD_USER_UNIT into the journal