steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

log document creation #217

Closed euclio closed 6 years ago

euclio commented 6 years ago

This is a tiny PR that logs when documents are being created. It also actually initializes env_logger, which we were depending on but not actually using! This PR is mostly useful for viewing rls-analysis' log output, but hopefully we'll add more of our own logging over time.

steveklabnik commented 6 years ago

Would you mind rebasing this please? Thanks!

steveklabnik commented 6 years ago

nevermind, i got it :)