Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Log levels, formats, and what each level tells you.
ERROR
WARNING
INFO
DEBUG
TRACE
proxy-hopper run --config config.yaml --log-level DEBUG
2024-01-15 10:23:45 INFO server started host=0.0.0.0 port=8080 backend=memory 2024-01-15 10:23:46 DEBUG dispatch method=GET url=https://api.example.com ip=10.0.0.1:3128 target=general 2024-01-15 10:23:46 WARNING quarantine ip=10.0.0.2:3128 target=general failures=5
proxy-hopper run --config config.yaml --log-format json
{"timestamp": "2024-01-15T10:23:45Z", "level": "INFO", "event": "server started", "host": "0.0.0.0", "port": 8080, "backend": "memory"} {"timestamp": "2024-01-15T10:23:46Z", "level": "DEBUG", "event": "dispatch", "method": "GET", "url": "https://api.example.com", "ip": "10.0.0.1:3128", "target": "general"}
proxy-hopper run --config config.yaml --log-file /var/log/proxy-hopper.log
server: logFile: /var/log/proxy-hopper.log
text
json