ProductLogLevel

Enum for the original log level or log severity as reported by the source product. Values are based on standard syslog/Google Cloud Logging severities.

Enums
PRODUCT_LOG_LEVEL_UNSPECIFIED The log level is unspecified.
DEBUG Debug or trace information.
INFO Routine information, such as big-picture operational system events.
NOTICE Normal but significant events, such as start up, shut down, or configuration.
WARNING Warning events might cause problems.
ERROR Error events are likely to cause problems.
CRITICAL Critical events cause more severe problems or outages.
ALERT A person must take an action immediately.
EMERGENCY One or more systems are unusable.