Multiple log emits inherit the color of the first record
Closed this issue · 1 comments
anthonyalmarza commented
def test():
logger.info()
logger.debug()
logger.error()
All of the above would print blue
anthonyalmarza commented
Fixed in version 2