fixed logging colors

This commit is contained in:
mertalev 2023-09-16 19:27:51 -04:00
parent b3bee5620c
commit a541947bb9
No known key found for this signature in database
GPG key ID: 9181CD92C0A1C5E3

View file

@ -56,7 +56,7 @@ log_settings = LogSettings()
class CustomRichHandler(RichHandler):
def __init__(self) -> None:
console = Console(no_color=log_settings.no_color)
console = Console(color_system="standard", no_color=log_settings.no_color)
super().__init__(
show_path=False,
omit_repeated_times=False,