fixed logging colors
This commit is contained in:
parent
b3bee5620c
commit
a541947bb9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue