All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Watt <jpewhacker@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/4] More Bitbake logging improvements
Date: Wed, 11 Mar 2020 18:28:43 -0500	[thread overview]
Message-ID: <20200311232847.2874-1-JPEWhacker@gmail.com> (raw)

Supplemental patches to improve logging in bitbake by using python
structured logging. Fixes up some ResourceWarnings and improves the
flexibility of the console and consolelog.


Joshua Watt (4):
  bitbake: knotty: Add logging cleanup
  bitbake: msg: Add helper to merge logging configs
  bitbake: knotty: Update hash equivalence logging
  bitbake: runqueue: Lower setscene complete logging level

 bitbake/contrib/autobuilderlog.json |  18 +----
 bitbake/lib/bb/msg.py               | 100 ++++++++++++++++------------
 bitbake/lib/bb/runqueue.py          |   2 +-
 bitbake/lib/bb/ui/knotty.py         |  70 ++++++++++++++++---
 4 files changed, 124 insertions(+), 66 deletions(-)

-- 
2.17.1



             reply	other threads:[~2020-03-11 23:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 23:28 Joshua Watt [this message]
2020-03-11 23:28 ` [PATCH 1/4] bitbake: knotty: Add logging cleanup Joshua Watt
2020-03-11 23:28 ` [PATCH 2/4] bitbake: msg: Add helper to merge logging configs Joshua Watt
2020-03-11 23:28 ` [PATCH 3/4] bitbake: knotty: Update hash equivalence logging Joshua Watt
2020-03-11 23:28 ` [PATCH 4/4] bitbake: runqueue: Lower setscene complete logging level Joshua Watt

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=20200311232847.2874-1-JPEWhacker@gmail.com \
    --to=jpewhacker@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /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.