16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
# Log Viewer - VIEWER MODE
|
|
LOG_MODE=viewer
|
|
PORT=9090
|
|
HOST=0.0.0.0
|
|
|
|
# Connect to the collector
|
|
REMOTE_COLLECTOR_URL=http://localhost:8081
|
|
|
|
# Local file sources (optional, in addition to remote streams)
|
|
LOG_SOURCES=sample-logs/app.log,sample-logs/nginx-access.log,sample-logs/syslog,sample-logs/archived.log.gz
|
|
|
|
# UI settings
|
|
LOG_THEME=dark
|
|
LOG_REFRESH_INTERVAL=2000
|
|
LOG_TAIL_MODE=true
|