Module: Google::Cloud::NetworkServices::V1::WasmPlugin::LogConfig::LogLevel
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Possible values to specify the lowest level of logs to be exported to Cloud Logging.
Constant Summary collapse
- LOG_LEVEL_UNSPECIFIED =
Unspecified value. Defaults to
LogLevel.INFO. 0- TRACE =
Report logs with TRACE level and above.
1- DEBUG =
Report logs with DEBUG level and above.
2- INFO =
Report logs with INFO level and above.
3- WARN =
Report logs with WARN level and above.
4- ERROR =
Report logs with ERROR level and above.
5- CRITICAL =
Report logs with CRITICAL level only.
6