Show logs - rudof-project/rudof GitHub Wiki
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