Skip to content

v0.1.2 - multiple log groups, custom output format, fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@asimihsan asimihsan released this 18 Dec 23:35
· 5 commits to main since this release
0e8022b

Features

  • Implement getting logs from multiple log groups for #1. Internally we list log groups, determine matches, fetch logs for matching log groups in parallel, then merge them in timestamp order.
  • Implement custom output formatting. If you get logs from multiple log groups you may want to know what the log group is. An example execution is:
cwl-mount --region us-west-2 mount \
    --log-group-filter '^babynames-preprod' \
    --output-format '[$log_group_name] [$log_stream_name] [$timestamp] $message' \
    /tmp/foo

Fixes

  • Integrate with Cirrus CI for #2. At least build failures will surface to the GitHub README file.
  • Publish Linux binary as well as RPM and DEB files.

Full Changelog: v0.1.1...v0.1.2