From: Adrian Bunk <bunk@stusta.de>
To: "Andreas Müller" <schnitzeltony@gmail.com>
Cc: bitbake-devel <bitbake-devel@lists.openembedded.org>
Subject: Re: [PATCH] Lower priority of debug messages that should not be shown on the console
Date: Sun, 23 Feb 2020 00:05:18 +0200 [thread overview]
Message-ID: <20200222220518.GD9628@localhost> (raw)
In-Reply-To: <CALbNGRT8Zctc43d9xJ-1A2aANjONos0-EF-rzyUgzibs47kk_A@mail.gmail.com>
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@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
next prev parent reply other threads:[~2020-02-22 22:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-21 20:52 [PATCH] Lower priority of debug messages that should not be shown on the console Adrian Bunk
2020-02-22 11:57 ` Andreas Müller
2020-02-22 22:05 ` Adrian Bunk [this message]
2020-02-22 15:54 ` Richard Purdie
2020-02-23 19:51 ` Adrian Bunk
2020-02-23 23:53 ` Richard Purdie
2020-02-24 5:49 ` Adrian Bunk
2020-02-24 9:12 ` Richard Purdie
2020-03-06 10:24 ` Adrian Bunk
2020-03-06 10:47 ` Richard Purdie
2020-03-06 11:18 ` Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200222220518.GD9628@localhost \
--to=bunk@stusta.de \
--cc=bitbake-devel@lists.openembedded.org \
--cc=schnitzeltony@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.