From ff27734438f041a6b420bb7d0ba00a54fb61f5d0 Mon Sep 17 00:00:00 2001 From: Erlend Langseth <3rlendhl@gmail.com> Date: Mon, 8 Aug 2022 11:25:33 +0200 Subject: [PATCH] Add Limitations in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3979ee8..50adcc8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Look to the [docs](https://docs.rs/file-rotate/latest/file_rotate/index.html) fo * Optional compression * Getting a list of log files +Limitations / known issues: +* `file-rotate` assumes that no other process or user moves files around in the logging directory, but we want to find a way to [support this](https://github.com/BourgondAries/file-rotate/issues/17) + Following are some supplementary examples to get started. ## Basic example