1
Fork 0

Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion

This commit is contained in:
Oli Scherer 2023-02-07 14:24:35 +00:00
parent dffea43fc1
commit f95b553eb4
6 changed files with 8 additions and 37 deletions

View file

@ -1413,8 +1413,6 @@ options! {
"what location details should be tracked when using caller_location, either \
`none`, or a comma separated list of location details, for which \
valid options are `file`, `line`, and `column` (default: `file,line,column`)"),
log_backtrace: Option<String> = (None, parse_opt_string, [TRACKED],
"add a backtrace along with logging"),
ls: bool = (false, parse_bool, [UNTRACKED],
"list the symbols defined by a library crate (default: no)"),
macro_backtrace: bool = (false, parse_bool, [UNTRACKED],