fixed logging

This commit is contained in:
Bojan Kucera 2025-06-05 09:05:40 -04:00
parent d0e8fd9e3f
commit 7c2e055dd4
8 changed files with 19 additions and 45 deletions

View file

@ -163,7 +163,6 @@ LOG_FILE_PATH=./logs
LOKI_HOST=localhost
LOKI_PORT=3100
LOKI_BATCH_SIZE=1024
LOKI_FLUSH_INTERVAL_MS=5000
```
## Advanced Usage
@ -332,7 +331,6 @@ To use in your service:
### High memory usage
- Reduce `LOKI_BATCH_SIZE` if batching too many logs
- Decrease `LOKI_FLUSH_INTERVAL_MS` to flush more frequently
- Disable file logging if not needed
### Missing logs