Skip to content

Release blog post #1

@Veetaha

Description

@Veetaha

Examples of how large condensed debug output can appear. These patterns are amenable to outputting large amounts of condensed structured object representations when used in generic contexts or with objects of highly varying sizes:

Rust

  • Default Debug output format {:?}
  • Span fields created by #[tracing::instrument]
  • Log event fields crated by ? prefix e.g. tracing::info!(?obj)

Elixir

  • Default inspect() output

Python

  • Default repr() output, and string interpolation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions