Logs

Logs powered by the tracing and tracing-subscriber crate.

Logs are configured through the RUST_LOG environment variable. Example Syntax

Examples

Default

RUST_LOG=info

logs

Per Module

RUST_LOG=trace,hyper=debug

logs per module