improving config
This commit is contained in:
16
config_test.yaml
Normal file
16
config_test.yaml
Normal 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
|
||||
Reference in New Issue
Block a user