Skip to Content
ReferenceLogging

Logging Reference

Gateway

gateway writes JSON Lines to stdout.

Request event fields:

FieldDescription
request_idULID request identifier
timestampevent time
eventrequest or control event name
capabilitycapability name when available
api_key_nameAPI key name from config
http_statusresponse status
error_codestable error code or null
duration_msrequest duration

gateway stdout excludes params, SQL, DB credentials, agent detail, plaintext API keys, and agent private keys.

Agent

Agent local detail log:

onprest-agent.log

Rotation is controlled by:

logging: max_size: 10MB max_files: 3

max_size defaults to 10MB; max_files defaults to 3. Agent stdout is for process-level events. DB-specific runtime detail belongs in the local detail log.