don't compile logger on windows
This commit is contained in:
parent
f66be37f8a
commit
5fdabc0f21
@ -62,6 +62,7 @@ use std::path::{Path};
|
|||||||
use fern::colors::{Color, ColoredLevelConfig};
|
use fern::colors::{Color, ColoredLevelConfig};
|
||||||
use crossbeam_channel::{unbounded};
|
use crossbeam_channel::{unbounded};
|
||||||
|
|
||||||
|
#[cfg(unix)]
|
||||||
pub fn setup_logger() -> Result<(), fern::InitError> {
|
pub fn setup_logger() -> Result<(), fern::InitError> {
|
||||||
let formatter = syslog::Formatter3164 {
|
let formatter = syslog::Formatter3164 {
|
||||||
facility: syslog::Facility::LOG_USER,
|
facility: syslog::Facility::LOG_USER,
|
||||||
@ -109,6 +110,7 @@ pub fn setup_logger() -> Result<(), fern::InitError> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn start() {
|
pub fn start() {
|
||||||
|
#[cfg(unix)]
|
||||||
setup_logger().unwrap();
|
setup_logger().unwrap();
|
||||||
dotenv::from_path(Path::new("/etc/mnml/gs.conf")).ok();
|
dotenv::from_path(Path::new("/etc/mnml/gs.conf")).ok();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user