Module sc_tracing::logging

source ·
Expand description

Substrate logging library.

This crate uses tokio’s tracing library for logging.

Structs

Enums

Constants

  • Span name used for the logging prefix. See macro sc_tracing::logging::prefix_logs_with!

Functions

  • Add directives to current directives
  • Reload the logging filter with the supplied directives added to the existing directives
  • Resets the log filter back to the original state when the node was started.

Type Definitions

Attribute Macros