mondrian
mondrian copied to clipboard
Logging, with pretty coloured squares all over the place.
https://github.com/cknd/stackprinter
https://github.com/hartym/django-zero/issues/3
Default hides warnings too much. Needs something like... ``` if not sys.warnoptions: logging.captureWarnings(True) warnings.simplefilter("default", DeprecationWarning) warnings.simplefilter("default", PendingDeprecationWarning) ``` Once enabled, too verbose and badly formated... ``` WARN:0001:py.warnings: ...medikit/medikit/compat.py:25: DeprecationWarning: Using...
"INFO" is white on white