This commit is contained in:
2026-03-02 23:21:47 +01:00
parent 589f560137
commit 6cfea15b9e
6 changed files with 537 additions and 7 deletions

18
config.yaml Normal file
View File

@@ -0,0 +1,18 @@
# 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