Tags: beanbaginc/grumble
Tags
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.
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.