Options🔗
Definition🔗
class Options:
show_labels: bool
show_common_labels: bool
show_time: bool
show_log_context_toggle: bool
wrap_log_message: bool
prettify_log_message: bool
enable_log_details: bool
sort_order: common.LogsSortOrder
dedup_strategy: common.LogsDedupStrategy
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.