Files
proxy-to-logbull/config.yaml
2026-03-02 23:21:47 +01:00

19 lines
579 B
YAML

# LogBull configuration
logbull:
host: "http://192.168.0.252:4005"
project_id: "778e67d7-5ec6-4c48-b199-cfbded605557"
flush_interval: 5 # seconds
# Log file paths to monitor
log_files:
- "/var/log/nginx/access.log"
- "/var/log/nginx/error.log"
- "/var/log/nginx/access/jellyfin_nussnougate_net_access.log"
- "/var/log/nginx/error/jellyfin_nussnougate_net_error.log"
# Service settings
service:
poll_interval: 1 # seconds between log file checks
max_lines_per_batch: 100 # maximum lines to process at once
log_level: "INFO" # DEBUG, INFO, WARNING, ERROR