Rust port of openbmclapi
Please copy the config example and rename it to config.toml
.
Logging is done using the tracing
crate. You can set the log level by setting the RUST_LOG
environment variable. For example, to set the log level to trace
, you can run the following command:
$ RUST_LOG=rust_openbmclapi=TRACE cargo run