pub fn debug_path<F>(lookup: F) -> Option<String>Expand description
The file this process should log to, or None to stay silent.
lookup is the environment; pass a closure over std::env::var outside
tests, which is what DebugLog::from_env does.