Skip to content

Show logs

Jose Emilio Labra Gayo edited this page Jan 19, 2024 · 1 revision

The system supports logging with different levels: info, debug, trace, etc.

The logging level is obtained from the environment variable RUST_LOG which can be set in several ways. From the command line. In linux/windows:

export RUST_LOG=debug

In Linux with fish shell:

set -x RUST_LOG debug
Clone this wiki locally