Skip to content

Tags: beanbaginc/grumble

Tags

release-1.1

Release Grumble 1.1.

* Added a new `GRUMBLE_MERGE_THREADS=1` environment variable that will merge
  all thread logs into the main Grumble log files.

* Added thread information to the log files.

* Fixed crashes that could occur when running in threads, depending on
  initialization order.

* Fixed a bug in log file path building that could lead to a crash in some
  executables.

release-1.0

Add Grumble 1.0.

This is the first release of Grumble, my print-debugging library for
Python that helps keep console log output simple while also providing
easily-found details in dedicated log files.

It's useful when in the depths of a debugging session, where state
matters and repeated runs need to be scrutinized.

There might be some other things going on in the module too. Who can
say.

See the GitHub repository's documentation for details.