You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlite-cloud/platform/logs.mdx
+4-24Lines changed: 4 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ import logsVideo from '@docs-website-assets/introduction/video/dashboard_logs.mp
11
11
12
12
Logs provide detailed insights into your SQLite Cloud project's operations, helping you monitor activity, debug issues, and track system behavior in real time. The Logs panel displays a comprehensive view of all events occurring across your cluster nodes.
13
13
14
-
<VideoPlayersrc={logsVideo} />
15
14
16
15
---
17
16
@@ -21,16 +20,18 @@ Logs provide detailed insights into your SQLite Cloud project's operations, help
21
20
-**Filtering Options**: Filter logs by time range, specific nodes, and search through messages
22
21
-**Detailed Context**: Each log entry includes timestamp, severity level, source, and detailed message information
23
22
23
+
<VideoPlayersrc={logsVideo} />
24
+
24
25
---
25
26
26
27
## Accessing Logs
27
28
28
29
Navigate to the **Logs** section from your SQLite Cloud dashboard to view your project's log entries. The interface displays logs in a table format with the following columns:
29
30
30
31
-**Time**: Timestamp when the event occurred (in UTC)
31
-
-**Level**: Severity level of the log entry (e.g., ERROR, INFO, WARNING)
32
+
-**Level**: Severity level of the log entry
32
33
-**Source**: Component or service that generated the log
33
-
-**Log Type**: Category of the log entry (e.g., CLIENT, SYSTEM)
34
+
-**Log Type**: Category of the log entry
34
35
-**Message**: Detailed description of the logged event
35
36
36
37
---
@@ -76,29 +77,8 @@ Click on any log entry to view detailed information in the **Log Details** panel
76
77
-**Log Type**: Category of the event
77
78
-**Message**: Full message with complete error details or event information
78
79
79
-
### Actions
80
-
81
-
-**Close**: Close the details panel
82
-
-**Copy JSON**: Copy the complete log entry in JSON format for further analysis or sharing
83
-
84
80
---
85
81
86
82
## Refreshing Logs
87
83
88
84
Click the **Refresh** button in the top-right corner to manually update the log list and view the most recent entries. This ensures you're viewing the latest activity from your cluster.
89
-
90
-
---
91
-
92
-
## Common Use Cases
93
-
94
-
### Debugging Errors
95
-
96
-
When troubleshooting issues, filter logs by ERROR level and the relevant time period to quickly identify problems. For example, database constraint violations, connection issues, or query errors will appear in the logs with detailed error messages.
97
-
98
-
### Monitoring Activity
99
-
100
-
Track client connections, query executions, and system events by reviewing logs across different log types and sources. This helps you understand usage patterns and system behavior.
101
-
102
-
### Performance Analysis
103
-
104
-
Review logs during specific time periods to correlate events with performance issues or unexpected behavior in your application.
0 commit comments