Back to Starrocks

be_logs

docs/en/sql-reference/information_schema/be_logs.md

4.1.0676 B
Original Source

be_logs

be_logs provides information about the logs of each BE node.

The following fields are provided in be_logs:

FieldDescription
BE_IDID of the BE node.
LEVELLog level (e.g., INFO, WARNING, ERROR).
TIMESTAMPTimestamp of the log entry.
TIDThread ID that generated the log entry.
LOGLog message content.