Skip to content

Conversation

@psviderski
Copy link
Owner

@psviderski psviderski commented Dec 2, 2025

The first iteration of uc logs command:

  • print logs from all active replicas of the service (--tail 100 by default to not overflow the terminal)
  • stream logs with -f
  • one or multiple services
  • chronologically sorted by timestamp using low watermark approach
  • --since and --until to specify the time range like in docker logs
  • colours to highlight different machines when viewing one service or different services when viewing multiple-services
Screenshot 2025-12-01 at 9 45 23 pm

closes #12

@psviderski psviderski merged commit 79dc05c into main Dec 2, 2025
4 checks passed
@psviderski psviderski deleted the feat/uncloud-logs branch December 2, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement service logs command

3 participants