Skip to content

Releases: bittrance/aztail

Multiple filter args now work

23 Jan 15:23
Compare
Choose a tag to compare

The 0.8.0 release failed on multiple filter args, e.g. --function foo --function bar because of a defect in Clap, since addressed.

Azure Functions and API Management

22 Jan 22:16
Compare
Choose a tag to compare

aztail can now read logs from both App Insights and Log Analytics. It looks for logs from Azure Functions and API Management.

Pretty colors!

26 Nov 23:19
Compare
Choose a tag to compare

Changes in this release:

  • Simple log output coloration.
  • Exit 1 unless orderly termination.
  • Results are now sorted again.

Plain-text output and filtering by app and function

21 Nov 22:59
Compare
Choose a tag to compare

This version introduces outputting log entries as text lines. Also, it is now possible to put --operation to filter out the log entries from a single function.

Initial release

20 Nov 16:10
Compare
Choose a tag to compare

Alpha-level software. This version is focused on working with logs from Azure Functions. It is currently limited to outputting JSON lines, so you may need jq.