Update src/compiler-debugging.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
a179f33191
commit
c52906f46d
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ These crates are used in compiler for logging:
|
|||
* [env-logger]
|
||||
|
||||
[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
|
||||
at many points. These are very useful to at least narrow down the location of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue