Schemas / System Logs

System Logs Schema

Optimized structure for developer telemetry log tools, server diagnostic monitors, and microservices infrastructure tracking.

SHADCN/

Table Generator

Construct schema columns, toggle features, test the fully-typed live data table, and output clean component scripts instantly.

Columns Schema Editor

5 Fields
Options:

Table Settings

Row Density
Log Message
No entries found matching filters.
0 of 0 row(s) selected
Page 1 of 1

Schema Properties Reference

Field Key Header Label DataType Description Default Type Constraints
timestamp Timestamp Date Accurate execution time trace of the logged action event. TypeScript ISO string
level Level Status Badge Severity metric classification. Union enum "Info" | "Warn" | "Error" | "Debug"
service Service Name Text Origin container name executing the transaction. TypeScript string
message Log Message Text Specific event details context trace block description. TypeScript string
statusCode Status Code Number Standard HTTP response status code returns (e.g. 200, 404, 500). TypeScript number