—group

Enables log pattern grouping, which clusters similar log messages together and shows a count. Useful for reducing noise when the same error fires repeatedly.

Syntax

--group
--group:save
--no-group

Sub-commands

CommandDescription
--groupEnable grouping for the current session
--group:saveEnable grouping and persist the preference
--no-groupDisable grouping

Examples

--group
level:error --group:save
--no-group

Notes

  • Grouping is a display mode — it does not change which logs are fetched
  • --group:save writes the preference to local storage so it persists across sessions
  • --no-group reverses a saved preference
  • Scope: advanced filter bar