Browse Source

moves `Default` `InfluxWriter` log path to /tmp

master
Jonathan Strong 5 years ago
parent
commit
01eb000131
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/influx.rs

+ 1
- 1
src/influx.rs View File

@@ -219,7 +219,7 @@ impl Default for InfluxWriter {
//if cfg!(any(test, feature = "test")) {
// InfluxWriter::new("localhost", "test", "/home/jstrong/src/logging/var/log/influx-test.log", 0)
//} else {
InfluxWriter::new("localhost", "test", "/home/jstrong/src/logging/var/log/influx-test.log", 4000)
InfluxWriter::new("localhost", "test", "/tmp/influx-test.log", 4000)
//}
}
}


Loading…
Cancel
Save