Marcos Soto

Results 1 issues of Marcos Soto

When using PyCharm's console the output is not colorized, this is because [PyCharm uses redirected streams](https://youtrack.jetbrains.com/issue/IDEA-132822#comment=27-853753) and as a result `self.is_tty` is always false, forzing the use of `StreamHandler.format(self, record)`...