Fix "logs and exception messages formatting", part 2

This commit is contained in:
Alexey Milovidov 2023-12-07 21:42:57 +01:00
parent 4d41c9fa0a
commit ba1404136c

View File

@ -2241,7 +2241,7 @@ def reportLogStats(args):
GROUP BY message_format_string ORDER BY count() DESC LIMIT 20 FORMAT TSVWithNamesAndTypes
"""
value = clickhouse_execute(args, query).decode(errors="replace")
print("\nTop messages that does not match its format string:\n")
print("\nTop messages that don't match its format string:\n")
print(value)
print("\n")