Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Our env_logger configuration doesn't dispaly the location #492

Closed
julienw opened this issue May 20, 2016 · 1 comment
Closed

Our env_logger configuration doesn't dispaly the location #492

julienw opened this issue May 20, 2016 · 1 comment

Comments

@julienw
Copy link
Contributor

julienw commented May 20, 2016

It's currently hard to understand which module a log has been emitted from.

Likely we need to output the location or the target of the record in

format!("[\x1b[90m{}.{:03}\x1b[0m] {}{}{:5}\x1b[0m {}",
and
format!("{}.{:03} {}{:5} {}",

@julienw
Copy link
Contributor Author

julienw commented May 20, 2016

Documentation for LogRecord: http://docs.nickel.rs/log/struct.LogRecord.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant