mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix "logs and exception messages formatting", part 2
This commit is contained in:
parent
4d41c9fa0a
commit
ba1404136c
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user