Network Services V1 API - Module Google::Cloud::NetworkServices::V1::WasmPlugin::LogConfig::LogLevel (v2.3.0)

Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::WasmPlugin::LogConfig::LogLevel.

Possible values to specify the lowest level of logs to be exported to Cloud Logging.

Constants

LOG_LEVEL_UNSPECIFIED

value: 0
Unspecified value. Defaults to LogLevel.INFO.

TRACE

value: 1
Report logs with TRACE level and above.

DEBUG

value: 2
Report logs with DEBUG level and above.

INFO

value: 3
Report logs with INFO level and above.

WARN

value: 4
Report logs with WARN level and above.

ERROR

value: 5
Report logs with ERROR level and above.

CRITICAL

value: 6
Report logs with CRITICAL level only.