diff --git a/Cargo.toml b/Cargo.toml
index 41e2674..c50c0d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ hyper = "0.10"
termion = "1.4.0"
# pub-sub = "2.0"
slog = "2.0.6"
-sloggers = "0.2"
+# sloggers = "0.2"
slog-term = "2"
# chashmap = "2"
ordermap = "0.3"
@@ -20,6 +20,8 @@ uuid = { version = "0.5", features = ["serde", "v4"] }
hdrhistogram = "6"
slog-async = "2"
+sloggers = { path = "../sloggers" }
+
decimal = { path = "../decimal", version = "2" }
windows = { path = "../windows", version = "0.1" }
@@ -35,3 +37,4 @@ localhost = []
harrison = []
washington = []
scholes = []
+no-influx-buffer = []
diff --git a/src/influx.rs b/src/influx.rs
index 7118a6a..f1062f9 100644
--- a/src/influx.rs
+++ b/src/influx.rs
@@ -234,7 +234,10 @@ impl InfluxWriter {
pub fn new(host: &'static str, db: &'static str, log_path: &str, buffer_size: u16) -> Self {
let (tx, rx): (Sender