diff --git a/components/watcher/src/watcher/tel_providing.rs b/components/watcher/src/watcher/tel_providing.rs index 7f913b61..51e08c30 100644 --- a/components/watcher/src/watcher/tel_providing.rs +++ b/components/watcher/src/watcher/tel_providing.rs @@ -38,7 +38,7 @@ impl Store { // Create file if doesn't exist. let _file = OpenOptions::new() .read(true) - .write(true) + .append(true) .create(true) .open(&path)?; Ok(Store(path))