All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] knotty: Interactive logging changes
@ 2012-09-17 22:43 Jason Wessel
  2012-09-17 22:43 ` [PATCH 1/8] bitbake: Unbuffer stdout for log files Jason Wessel
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Jason Wessel @ 2012-09-17 22:43 UTC (permalink / raw)
  To: bitbake-devel

This a series that was posted some time ago in conjunction with the
knotty2 -> knotty merge.  Since that time the knotty2 has been merged
into knotty.  This series of patches adds in the ability to
interactively control the logging behavior while building, or set
the defaults by using the variable BB_RT_LOGLEVEL.

Certainly I am open to the re-naming any of these variables and such
or even changing the key bindings.  I do find it quite useful to be
able track down problems without having to go snooping through logs.
Most of the problems I find or debug all use these logging changes, so
I would like to make another attempt to get them upstream.

Thanks,
Jason.

--

Jason Wessel (8):
      bitbake: Unbuffer stdout for log files
      knotty.py: Extend knotty to support "real time" log tail for tasks
      knotty.py: Add the ability to dynamically select loglevel from stdin
      msg.py, knotty.py: Allow dynamic toggle of the debug log level
      knotty.py: update footer on dynamic log level change
      knotty.py: Add interactive commands to knotty
      knotty.py: Add ability to dynamically toggle log location
      knotty.py: Handle rare interrupted select call

 bin/bitbake                      |    8 ++
 lib/bb/build.py                  |    4 +
 lib/bb/msg.py                    |    9 ++-
 lib/bb/ui/crumbs/multilogtail.py |  135 +++++++++++++++++++++++++++++
 lib/bb/ui/knotty.py              |  178 +++++++++++++++++++++++++++++++++++++-
 5 files changed, 330 insertions(+), 4 deletions(-)
 create mode 100644 lib/bb/ui/crumbs/multilogtail.py





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-09-18  1:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 22:43 [PATCH 0/8] knotty: Interactive logging changes Jason Wessel
2012-09-17 22:43 ` [PATCH 1/8] bitbake: Unbuffer stdout for log files Jason Wessel
2012-09-18  0:46   ` Chris Larson
2012-09-18  1:15     ` Jason Wessel
2012-09-17 22:43 ` [PATCH 2/8] knotty.py: Extend knotty to support "real time" log tail for tasks Jason Wessel
2012-09-18  0:13   ` Mark Hatle
2012-09-17 22:43 ` [PATCH 3/8] knotty.py: Add the ability to dynamically select loglevel from stdin Jason Wessel
2012-09-17 22:43 ` [PATCH 4/8] msg.py, knotty.py: Allow dynamic toggle of the debug log level Jason Wessel
2012-09-17 22:43 ` [PATCH 5/8] knotty.py: update footer on dynamic log level change Jason Wessel
2012-09-17 22:43 ` [PATCH 6/8] knotty.py: Add interactive commands to knotty Jason Wessel
2012-09-17 22:43 ` [PATCH 7/8] knotty.py: Add ability to dynamically toggle log location Jason Wessel
2012-09-17 22:43 ` [PATCH 8/8] knotty.py: Handle rare interrupted select call Jason Wessel

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.