System Logs
View and analyze system and application logs for troubleshooting and compliance.
Overview
The Rockettec Overseer maintains comprehensive logs for:
- Application events and errors
- Security events (logins, access attempts)
- System operations
- Network connectivity changes
Log Types
| Log Type | Contents |
|---|---|
| Application | Overseer app events, operations, errors |
| Security | Authentication attempts, authorization events |
| System | OS-level events, service status |
Viewing Logs
Using the Web Interface
- Navigate to Logs in the sidebar
- Select log type from the dropdown
- Adjust line count if needed
- Click Refresh to load logs
Filtering Logs
Filter logs by:
- Level: Debug, Information, Warning, Error, Fatal
- Search: Free-text search across log entries
Log Levels
| Level | Color | Description |
|---|---|---|
| Debug | Gray | Detailed diagnostic information |
| Information | Blue | Normal operational messages |
| Warning | Yellow | Potential issues, non-critical |
| Error | Red | Errors that need attention |
| Fatal | Dark Red | Critical failures |
Log Format
Logs are stored in Serilog Compact JSON format for structured analysis:
{
"@t": "2024-01-15T14:30:22.123Z",
"@m": "User logged in successfully",
"@l": "Information",
"UserId": "admin",
"SourceIP": "192.168.4.100"
}Field Reference
| Field | Description |
|---|---|
@t |
Timestamp (ISO 8601) |
@m |
Rendered message |
@mt |
Message template |
@l |
Log level |
@x |
Exception details (if any) |
Log Storage
| Setting | Value |
|---|---|
| Location | /var/lib/kvmd/msd/logs/ |
| Retention | 30 days rolling |
| Max Size | 100MB per log file |
Exporting Logs
For support requests or compliance:
- Navigate to Logs
- Set desired time range
- Click Export
- Download the JSON log file
Common Log Events
Security Events
User 'admin' logged in from 192.168.4.100
Failed login attempt for 'admin' from 192.168.4.200
Password changed for user 'admin'
Session expired for user 'admin'Network Events
WiFi connected to 'FactoryNetwork'
WiFi disconnected
WireGuard tunnel established
LTE modem connected to networkRecording Events
Recording started: recording_2024-01-15_14-30-22.mp4
Recording stopped: duration 01:23:45, size 892MB
Storage cleanup: deleted 3 old recordingsUsing Logs for Troubleshooting
- Identify the approximate time of the issue
- Filter logs to that timeframe
- Look for Warning or Error level entries
- Check for related events before the error
Getting Support
When contacting support, include:
- Exported logs covering the issue timeframe
- Description of the problem
- Steps to reproduce (if possible)
- Device serial number and firmware version
Send to support@rockettec.pl