Skip to content

Commit ff88682

Browse files
committed
Feature gate the syslog export.
1 parent b570125 commit ff88682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logging.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use crate::error::{ExitError, Failed};
1616
// instead.
1717
pub use log::LevelFilter;
1818

19+
#[cfg(unix)]
1920
pub use syslog::Facility;
2021

2122
//------------ Logger --------------------------------------------------------

0 commit comments

Comments
 (0)