Skip to content

Commit

Permalink
Document correct logging level for troubleshooting (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown authored Jul 5, 2022
1 parent bd22868 commit 80574cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Some important notes about the path passed in `OPENVINO_BUILD_DIR`:
the limitations on [`cargo:rustc-link-search`]).

The various OpenVINO libraries and dependencies are found using the [openvino-finder] crate. Turn on
logging to troubleshoot any issues finding the right libraries, e.g., `RUST_LOG=info
logging to troubleshoot any issues finding the right libraries, e.g., `RUST_LOG=debug
OPENVINO_BUILD_DIR=... cargo build -vv`.

[openvino]: https://github.com/openvinotoolkit/openvino
Expand Down

0 comments on commit 80574cb

Please sign in to comment.