Appearance
enclave logs
View logs from the Enclave agent. This command allows you to view the logs generated by the agent, which can be useful for debugging and monitoring purposes.
Flags
Flag | Description |
---|---|
-f, --follow | Follow the logs in real-time. |
--level [level] | Filter logs by level (e.g., info, warn, error). |
-l, --limit [number] | Number of logs to return (default: 10). |
--type [type] | Filter logs by type (e.g., networking, enclave). |
-v, --verbose | Output verbose logs. |
Usage
> enclave logs --type networking
2025-05-28T12:12:57-05:00 [networking] [debug]: VPN process stopped unexpectedly, restarting
2025-05-28T12:12:57-05:00 [networking] [debug]: starting VPN
2025-05-28T14:54:01-05:00 [networking] [info]: graceful shutdown received
2025-05-28T15:00:38-05:00 [networking] [info]: starting host firewall daemon
2025-05-28T15:00:38-05:00 [networking] [debug]: starting VPN
2025-05-28T15:00:39-05:00 [networking] [info]: VPN configuration updated
2025-05-28T15:03:31-05:00 [networking] [info]: graceful shutdown received
2025-05-28T15:04:54-05:00 [networking] [info]: starting host firewall daemon
2025-05-28T15:04:54-05:00 [networking] [debug]: starting VPN
2025-05-28T15:04:55-05:00 [networking] [info]: VPN configuration update