Re: [OE-core] weston-init: how to debug with systemd

2023-10-18 Thread Sean Nyekjaer
> On 17 Oct 2023, at 20.29, Khem Raj wrote: > > I have systemd based system and I can see it in journal e.g. see > > https://snips.sh/f/jleAzcqMVd Fortunately it’s very easy to reproduce the no log scenario. :) Build a default core-image-minimal with the following added to local.conf:

Re: [OE-core] weston-init: how to debug with systemd

2023-10-17 Thread Khem Raj
I have systemd based system and I can see it in journal e.g. see https://snips.sh/f/jleAzcqMVd On Tue, Oct 17, 2023 at 6:05 AM Sean Nyekjaer wrote: > > Hi, > > To my understanding the weston.service doesn’t log to journal. If I'm is > running the weston binary there is fine output on stdout. >

[OE-core] weston-init: how to debug with systemd

2023-10-17 Thread Sean Nyekjaer
Hi, To my understanding the weston.service doesn’t log to journal. If I'm is running the weston binary there is fine output on stdout. Looks like TTYPath is eating the logs, but I could be wrong. Adding: ExecStart=/usr/bin/weston --modules=systemd-notify.so --log=/tmp/weston.log Will of