Class LogLevel (0.7.0)

LogLevel(value)

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

Enums

Name Description
LOG_LEVEL_UNSPECIFIED Unspecified value. Defaults to `LogLevel.INFO`.
TRACE Report logs with TRACE level and above.
DEBUG Report logs with DEBUG level and above.
INFO Report logs with INFO level and above.
WARN Report logs with WARN level and above.
ERROR Report logs with ERROR level and above.
CRITICAL Report logs with CRITICAL level only.