Agent-E11 / m_calc_rs

MIT License
0 stars 0 forks source link

Add better logging #7

Open Agent-E11 opened 7 months ago

Agent-E11 commented 7 months ago

Probably using the log crate

Agent-E11 commented 7 months ago

The only problem with the log crate is that I don't know how to set the log level in Windows other than using git-bash Related issue: https://github.com/rust-lang/log/issues/598

Agent-E11 commented 4 months ago

The way to set the logging level is

$Env:RUST_LOG = "<log level>"