Skip to Main content

tuyen log convert

Convert JSON-formatted log files to human-readable text, with optional filtering.

Usage

tuyen log convert [OPTIONS]

Options

-o, --message-only

  • Output only the log message, omitting timestamps and metadata.
  • Default value: false.
  • Possible values: true, false.

--remove <REMOVE>

  • Filter out log entries whose message contains this string.

--regex

  • Treat the --remove value as a regular expression pattern.
  • Default value: false.
  • Possible values: true, false.

--reset

  • Clear all previously saved remove filters.
  • Default value: false.
  • Possible values: true, false.

--global

  • Save the current remove filter globally for future conversions.
  • Default value: false.
  • Possible values: true, false.

--timezone <TIMEZONE>

  • Convert timestamps to this UTC offset in hours.

-h, --help

  • Print help.