Version 1.1.0
Released on October 8, 2025
- [New] Added the
loglens count
command for quickly counting query matches without printing them. PRO - [New] Introduced the powerful
loglens stats summary
command for automatic, dynamic statistical analysis of all log fields. PRO - [New] Added the
loglens update
command to easily check for new versions and perform self-updates. - [Improvement] The
search
andquery
commands now support context flags (-A
,-B
,-C
), JSON output (--json
), and identical line squashing (--squash
). - [Improvement] The
watch
command can now highlight terms (--highlight
), output as JSON (--json
), and squash duplicate lines (--squash
). PRO - [Improvement] The TUI now supports live log following with the
-f, --follow
flag. PRO - [Improvement] The query engine now supports
exists
/!exists
operators and can query deeply nested JSON fields (e.g.,'/data/user/id == 123'
). PRO - [Fix] Improved the log parsing logic to more accurately differentiate between logfmt and unstructured text.