Additional Configuration

In addition to service routing, you can also configure voltproxy’s meta behavior.

Structured Logging

services:
  # ...

log:
  level: "info"
  handler: "text"

Properties:

Tip: using the JSON handler, you can pipe voltproxy’s log output to a tool like jq for prettier logging.

Read Timeout

services:
  # ...

readTimeout: 0s