Re: [yocto] Additional log handler

2020-08-24 Thread Konrad Weihmann
Thanks to both of you - seems like I missed out on BB_LOGCONFIG, but it's exactly what I was looking for. Regards Konrad On 24.08.20 15:59, Joshua Watt wrote: On 8/24/20 8:26 AM, Richard Purdie wrote: On Mon, 2020-08-24 at 08:10 -0500, Joshua Watt wrote: The newer log handling uses Python's

Re: [yocto] Additional log handler

2020-08-24 Thread Joshua Watt
On 8/24/20 8:26 AM, Richard Purdie wrote: On Mon, 2020-08-24 at 08:10 -0500, Joshua Watt wrote: The newer log handling uses Python's structure logging configuration [1], so you should be able to use whatever capabilities it has (including logging different domains/levels to a separate file).

Re: [yocto] Additional log handler

2020-08-24 Thread Joshua Watt
On 8/24/20 3:53 AM, Richard Purdie wrote: On Sun, 2020-08-23 at 17:01 +0200, Konrad Weihmann wrote: Hi all, when running bitbake in CI I would like to add an additional log handler to used python logging to catch *ALL* (task warnings, dangling append, qa issues, a.s.o.), instead of manually

Re: [yocto] Additional log handler

2020-08-24 Thread Richard Purdie
On Mon, 2020-08-24 at 08:10 -0500, Joshua Watt wrote: > The newer log handling uses Python's structure logging configuration > [1], so you should be able to use whatever capabilities it has > (including logging different domains/levels to a separate file). In > fact, this is the only way logging

Re: [yocto] Additional log handler

2020-08-24 Thread Richard Purdie
On Sun, 2020-08-23 at 17:01 +0200, Konrad Weihmann wrote: > Hi all, > > when running bitbake in CI I would like to add an additional log > handler to used python logging to catch *ALL* (task warnings, > dangling append, qa issues, a.s.o.), instead of manually grepping > through the console log.

Re: [yocto] Additional log handler

2020-08-24 Thread Cardenas Jose Antonio (JCARDENA)
ent: domingo, 23 de agosto de 2020 17:02 To: yocto@lists.yoctoproject.org Subject: [yocto] Additional log handler CAUTION: This email originated from outside the organization. Do not click on links or open attachments unless you recognize the sender and know the content is safe. Hi all, when runn

[yocto] Additional log handler

2020-08-23 Thread Konrad Weihmann
Hi all, when running bitbake in CI I would like to add an additional log handler to used python logging to catch *ALL* (task warnings, dangling append, qa issues, a.s.o.), instead of manually grepping through the console log. The information coming from this should be ideally be written to a