I can search application and request logs using the built-in log explorer in the Dashboard.
However, I would like the ability to export the logs without needing an external provider (e.g., log streams). I want to export a subset of filtered logs to a static file for offline analysis.
There should be two export formats:
  • Plain text file: pretty much what I see in the UI
  • CSV file: structured data, where there are columns for log level, status code, HTTP method, request ID, etc..
Timestamps in exported logs should also be in UTC, not localized.