Drakulix/simplelog.rs

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

thep0y opened this issue · 1 comments

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.

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