—separate::message

When log messages contain embedded JSON (e.g. "User login {"userId":123}"), this command extracts and renders the JSON separately from the message text. Use :save to persist the preference across sessions.

Syntax

--separate::message
--separate::message:save
--no-separate::message
--no-separate::message:save

Usage

--separate::message
--separate::message:save
--no-separate::message:save

Variants

CommandEffect
--separate::messageEnable for current session
--separate::message:saveEnable and persist to localStorage
--no-separate::messageDisable for current session
--no-separate::message:saveDisable and persist to localStorage

Notes

  • Available in the advanced filter bar
  • Does not execute on submit — applies immediately
  • Preference is stored in browser localStorage when using :save
  • No plan restrictions
// related

See also