logger: bugfix function name changed for highlight

This commit is contained in:
pedro 2024-11-27 01:12:58 +01:00 committed by Cayo Puigdefabregas
parent 771b216a31
commit d0e46aa0b0

View file

@ -38,5 +38,5 @@ class CustomFormatter(logging.Formatter):
return super().format(record)
def highlight_args(self, message, args, color):
def highlight_message(self, message, args, color):
return f"{color}{message}{RESET}"