onglx-deploy logs

View logs from deployed components

Debugging

Examples

View all logs

Terminal - OnglX Deploy
$ onglx-deploy logs
[api] 2024-01-01T12:00:00Z INFO Request received
[api] 2024-01-01T12:00:01Z INFO Response sent
[ui] 2024-01-01T12:00:02Z INFO UI loaded

Follow logs in real-time

Terminal - OnglX Deploy
$ onglx-deploy logs --follow
[api] 2024-01-01T12:00:00Z INFO Request received
[api] 2024-01-01T12:00:01Z INFO Response sent
# Continues to stream new logs...

Filter by component

Terminal - OnglX Deploy
$ onglx-deploy logs api --tail 50
[api] 2024-01-01T11:59:30Z INFO Starting API server
[api] 2024-01-01T12:00:00Z INFO Request received