[bitbake-devel] [PATCH] Lower priority of debug messages that should not be shown on the console

Adrian Bunk bunk at stusta.de
Sat Feb 22 22:05:18 UTC 2020


On Sat, Feb 22, 2020 at 12:57:47PM +0100, Andreas Müller wrote:
> On Fri, Feb 21, 2020 at 10:00 PM Adrian Bunk <bunk at stusta.de> wrote:
>...
> > --- a/bitbake/lib/bb/runqueue.py
> > +++ b/bitbake/lib/bb/runqueue.py
> > @@ -2054,7 +2054,7 @@ class RunQueueExecute:
> >          self.update_holdofftasks()
> >
> >          if not self.sq_live and not self.sqdone and not self.sq_deferred and not self.updated_taskhash_queue and not self.holdoff_tasks:
> > -            logger.info("Setscene tasks completed")
> > +            logger.debug(1, "Setscene tasks completed")
> ^ Could you please leave this one - I consider it helpful
>...

It would be helpful if it would be shown only once.

I've seen it 10 times during a build where
"Setscene task .. became valid" and "Already covered setscene for ..."
also happened a few times.


cu
Adrian


More information about the bitbake-devel mailing list