-
**Describe the bug**
If I create multiple .log files, say 4, and append log lines to them with high rate per second, say 50 000 log lines per second to each file, I see such errors in promtail:
```
…
-
I am trying to evaluate promtails (v2.7.1) logrotate capability. https://github.com/grafana/loki/issues/2353#issuecomment-1147428228 states
> Promtail keeps a handle to the open file from which it is…
-
How does this behave if logrotate/simmilar renames the messages.json file underfoot of the application (assuming we mount a directory for the file, not the messages.json directly do work around Docker…
Kagee updated
3 weeks ago
-
TODO: LogFilePath should be rotated after a given time/size.
-
I recently moved all three components (npmplus, crowdsec, and geoipupdate) from three separate docker-compose files into one to make things a bit more manageable:
```
services:
npmplus:
co…
-
### 📑 I have found these related issues/pull requests
x
### 🏷️ Feature Request Type
Maintenance
### 🔖 Feature description
I have noticed that the `error.log` becomes huge over time (here you can …
-
## tldr;
Promtail uses `tail` [package](https://github.com/grafana/tail) as dependency to read file and watch for changes. The `tail` package supports two ways of watching the file changes (say whe…
-
This would make things like autopath automatically catch up with new settings changes without cycling it; it would make atomic log rotation for long-lived files possible (via hardlink-then-delete) and…
-
Earlier today I merged #3203 and #3230 into master, introducing central error handling, logging and a log viewer. An overview on the new features is available at https://www.patreon.com/posts/44629895…
-
We need to setup a log rotation in place to setup a tail like 365d logging or so.