anthonyalmarza/chalk

Multiple log emits inherit the color of the first record

Closed this issue · 1 comments

def test():
    logger.info()
    logger.debug()
    logger.error()

All of the above would print blue

Fixed in version 2