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 values: 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
Default values: false
Possible values: true, false

--reset

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

--global

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

--timezone <TIMEZONE>

Convert timestamps to this UTC offset in hours (e.g. 7 for UTC+7, -5 for UTC-5)

-h, --help

Print help.