You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
I set environment variables MIRAI_FLAGS=--diag=verify or MIRAI_LOG=debug in the terminal and run cargo mirai under my cargo package, but it didn't work as there was no additonal infomation shown.
Steps to Reproduce
git clone https://github.com/facebookexperimental/MIRAI.git
cd MIRAI
cargo install --locked --path ./checker
cd to any Rust package directory
do export MIRAI_LOG=debug or MIRAI_LOG=debug , then cargo mirai.
do MIRAI_LOG=debug cargo mirai
Expected Behavior
Additional debug information is expected to be shown.
Actual Results
Only basic information:
gfzum@gvm:~/cxsj/case2$ MIRAI_LOG=debug cargo mirai
Finished dev [unoptimized + debuginfo] target(s) in 0.14s
Issue
I set environment variables
MIRAI_FLAGS=--diag=verify
orMIRAI_LOG=debug
in the terminal and runcargo mirai
under my cargo package, but it didn't work as there was no additonal infomation shown.Steps to Reproduce
cd
to any Rust package directoryexport MIRAI_LOG=debug
orMIRAI_LOG=debug
, thencargo mirai
.MIRAI_LOG=debug cargo mirai
Expected Behavior
Additional debug information is expected to be shown.
Actual Results
Only basic information:
Environment
rustc 1.65.0 (897e37553 2022-11-02)
Ubuntu 22.04.1
bash
The text was updated successfully, but these errors were encountered: