re: log colors, I discovered that there's this map...
# development
h
re: log colors, I discovered that there's this mapping in some of that code:
Copy code
_COLOR_BY_LEVEL = {
        Report.ERROR: red,
        Report.WARN: yellow,
        <http://Report.INFO|Report.INFO>: green,
        Report.DEBUG: cyan,
    }