Alokai
You are reading the documentation for connect v1, which is no longer the latest version. Switch to connect v2

LogVerbosity

Based on the syslog levels defined in RFC 5424.

export type LogVerbosity = "alert" | "critical" | "debug" | "emergency" | "error" | "info" | "notice" | "warning";