Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
414 stars 71 forks source link

How to set only `DEBUG` and `ERROR` log output `location`? #106

Open thep0y opened 2 years ago

thep0y commented 2 years ago

I don't want INFO and WARNING to output location, but I call set_location_level(LevelFilter::Error) in the config and they also output location.

Drakulix commented 2 years ago

There is no option to do that currently. Additionally I don't think this fine-grained control is in scope for simplelog.