Module: Google::Cloud::PubSub::V1::PlatformLogsSettings::Severity
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Severity levels of Platform Logs.
Constant Summary collapse
- SEVERITY_UNSPECIFIED =
Default value. Logs level is unspecified. Logs will be disabled.
0- DISABLED =
Logs will be disabled.
1- DEBUG =
Debug logs and higher-severity logs will be written.
2- INFO =
Info logs and higher-severity logs will be written.
3- WARNING =
Warning logs and higher-severity logs will be written.
4- ERROR =
Only error logs will be written.
5