improving config

This commit is contained in:
2026-03-02 23:51:50 +01:00
parent 6cfea15b9e
commit caa2bd4897
5 changed files with 70 additions and 1 deletions

16
config_test.yaml Normal file
View File

@@ -0,0 +1,16 @@
# Test LogBull configuration
logbull:
host: "http://192.168.0.252:4005"
project_id: "778e67d7-5ec6-4c48-b199-cfbded605557"
flush_interval: 2 # seconds
# Test log file paths to monitor
log_files:
- "dummy_access.log"
- "dummy_error.log"
# Service settings
service:
poll_interval: 1 # seconds between log file checks
max_lines_per_batch: 10 # maximum lines to process at once
log_level: "DEBUG" # DEBUG, INFO, WARNING, ERROR