Expand description

Various components for internal use by the Abscissa subsystem.

Structs§

  • A custom component for parametrizing tracing in the relayer. Primarily used for:
  • A custom component for parametrizing tracing in the relayer. Primarily used for:

Functions§

  • Build a tracing directive setting the log level for the relayer crates to the given log_level.
  • Check if both stdout and stderr are proper terminal (tty), so that we know whether or not to enable colored output, using ANSI escape codes. If either is not, eg. because stdout is redirected to a file, we don’t enable colored output.