We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4216e2b commit 61118eaCopy full SHA for 61118ea
src/logger.rs
@@ -64,7 +64,6 @@ fn create_config(path: &Option<PathBuf>, level: LevelFilter) -> Fallible<Config>
64
65
let mut root_builder = Root::builder();
66
if let Some(path) = path {
67
- #[cfg(any(target_os = "linux", target_os = "macos"))]
68
let path = shellexpand::tilde(&path.to_string_lossy()).to_string();
69
70
// Ensure log file writable.
0 commit comments