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

@ -78,7 +78,7 @@ LOKI_PORT=3100 # Loki server port
LOKI_RETENTION_DAYS=30 # Days to retain logs
LOKI_LABELS=environment=development,service=stock-bot # Default labels
LOKI_BATCH_SIZE=100 # Number of logs to batch before sending
LOKI_FLUSH_INTERVAL_MS=5000 # Max time to wait before sending logs
LOKI_BATCH_WAIT=5 # Max time to wait before sending logs
```
## Useful Loki Queries