Skip to main content

System Log

The System Log page provides multiple types of log query functions, organized in tabs, including channel logs, device logs, backend logs, RPC logs, and operation logs.

Function Entry

Click "System Log" in the left menu to enter the management page.

System Log Page

Log Types

TypeDescription
Channel LogChannel-level communication logs, including connection establishment/disconnection, data send/receive, exceptions, and other events
Device LogDevice-level communication logs, including device read/write operations, response status, timeout, and other events
Backend LogSystem backend running logs, including service start/stop, plugin loading, exception stacks, and other information
RPC LogRemote procedure call logs, recording call requests and responses initiated by external systems to the gateway via API
Operation LogUser operation audit logs, recording user behaviors such as login, configuration modifications, start/stop operations
SQL LogDatabase SQL execution logs, recording SQL statements, execution time, execution status, and error messages

Channel Log

Displays log information related to channel communication.

Tip

Channel logs can be viewed not only on the System Log page, but also directly in the Channel Detail Page to view logs for that channel, making it easier to quickly locate issues.

Filter Conditions

ConditionDescription
ChannelSelect the channel to view
Log LevelTrace/Debug/Info/Warning/Error/Critical
Time RangeFilter by time range
KeywordSearch by keyword

Function Buttons

FunctionDescription
QueryQuery logs by conditions
ResetReset filter conditions
Export Current PageExport logs on the current page
Export All PagesExport all logs
Set Log LevelDynamically set channel log level
Auto RefreshSelect refresh interval (1/5/10/30 seconds)
Pause/Resume RefreshPause or resume auto-refresh
DetailsView log details

Log List

ColumnDescription
TimeLog time
LevelLog level (with color tag)
Log ContentLog message content
Exception InformationException details

Device Log

Displays log information related to device communication.

Tip

Device logs can be viewed not only on the System Log page, but also directly in the Device Detail Page to view logs for that device, making it easier to quickly locate issues.

Filter Conditions

ConditionDescription
DeviceSelect the device to view
Log LevelTrace/Debug/Info/Warning/Error/Critical
Time RangeFilter by time range
KeywordSearch by keyword

Function Buttons

FunctionDescription
QueryQuery logs by conditions
ResetReset filter conditions
Export Current PageExport logs on the current page
Export All PagesExport all logs
Set Log LevelDynamically set device log level
Auto RefreshSelect refresh interval
Pause/Resume RefreshPause or resume auto-refresh
DetailsView log details

Backend Log

Displays log information related to system backend operations.

Backend Log Page

Filter Conditions

ConditionDescription
Log LevelTrace/Debug/Info/Warning/Error/Critical
Time RangeFilter by time range
KeywordSearch by keyword

Function Buttons

FunctionDescription
QueryQuery logs by conditions
ResetReset filter conditions
Export Current PageExport logs on the current page
Export All PagesExport all logs
Auto RefreshSelect refresh interval
Pause/Resume RefreshPause or resume auto-refresh
DetailsView log details

RPC Log

Displays log information related to remote calls.

RPC Log Page

Filter Conditions

ConditionDescription
Operation SourceFilter by operation source
Operation DeviceFilter by device name
Execution StatusSuccess/Failure
Time RangeFilter by time range

Function Buttons

FunctionDescription
QueryQuery logs by conditions
ResetReset filter conditions
Export Current PageExport logs on the current page
Export All PagesExport all logs
Auto RefreshSelect refresh interval (1 second/10 seconds/30 seconds/1 minute)

Log List

ColumnDescription
TimeLog time (supports sorting)
DurationRPC call duration (ms, supports sorting)
Operation SourceCall source
Operation DeviceTarget device
Method NameCalled method
Execution StatusSuccess/Failure (with color tag)
MessageExecution message

Operation Log

Displays user operation records.

Operation Log Page

Filter Conditions

ConditionDescription
Operation CategoryFilter by operation category
Operation NameFilter by operation name
Execution StatusSuccess/Failure
Operation AccountFilter by operation account
Time RangeFilter by time range

Function Buttons

FunctionDescription
QueryQuery logs by conditions
ResetReset filter conditions
Export Current PageExport logs on the current page
Export All PagesExport all logs
Auto RefreshSelect refresh interval (1 second/10 seconds/30 seconds/1 minute)
DetailsView log details

Log List

ColumnDescription
TimeOperation time (supports sorting)
CategoryOperation category
NameOperation name
MethodCalled method
Operation AccountUser who performed the operation
IP AddressOperation source IP
StatusSuccess/Failure (with color tag)
MessageExecution message

SQL Log

Displays log information related to database SQL execution, used for troubleshooting database operation issues.

Filter Conditions

ConditionDescription
Execution StatusFilter by execution status (All/Success/Failure)
SQL KeywordSearch by SQL statement keyword
Time RangeFilter by time range

Function Buttons

FunctionDescription
SearchQuery logs by conditions
ResetReset filter conditions
Export Current PageExport logs on the current page
Export All PagesExport all logs
Auto RefreshSelect refresh interval (Off/1 second/10 seconds/30 seconds/60 seconds)
DetailsView SQL log details

Log List

ColumnDescription
TimeSQL execution time (supports sorting)
SQL StatementExecuted SQL statement
Duration (ms)SQL execution duration, rounded to 2 decimal places (supports sorting)
Execution StatusSuccess/Failure (with color tag)
Error MessageError description on failure

Log Details

Click the "Details" button to open the detail drawer, displaying complete SQL execution information:

InformationDescription
Execution TimeSQL execution time (supports formatted/timestamp toggle display)
Execution StatusSuccess/Failure
Execution DurationSQL execution duration (ms)
SQL StatementComplete SQL statement
SQL ParametersSQL parameter values (including timestamp formatted display)
Error MessageError details on failure