tock / ai.tock.shared / Level

Level

enum class Level (source)

Http requests/response log level.

Enum Values

NONE

No logs.

BASIC

Logs request and response lines.

HEADERS

Logs request and response lines and their respective headers.

BODY

Logs request and response lines and their respective headers and bodies (if present).