17 lines
445 B
YAML
17 lines
445 B
YAML
# 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
|