New Command: Logs Query
· One min read
Overview
We've added a new skpr logs query command to the Skpr CLI that lets you run a bounded query over the logs of a running application.
Unlike the streaming skpr logs tail command, skpr logs query fetches a finite window of log events - making it ideal for investigating past incidents, filtering for specific errors, or reviewing activity over a defined time period.
For more information, run:
skpr logs query --help