Update src/compiler-debugging.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
4da49360a6
commit
7497da24ca
|
|
@ -152,7 +152,7 @@ These crates are used in compiler for logging:
|
||||||
* [env-logger]
|
* [env-logger]
|
||||||
|
|
||||||
[log]: https://docs.rs/log/0.4.6/log/index.html
|
[log]: https://docs.rs/log/0.4.6/log/index.html
|
||||||
[env-logger]: https://docs.rs/env_logger/0.8.1/env_logger/
|
[env-logger]: https://docs.rs/env_logger
|
||||||
|
|
||||||
The compiler has a lot of `debug!` calls, which print out logging information
|
The compiler has a lot of `debug!` calls, which print out logging information
|
||||||
at many points. These are very useful to at least narrow down the location of
|
at many points. These are very useful to at least narrow down the location of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue