Class LoggingLevel (1.21.0)

LoggingLevel(value)

The setting to control log generation.

Enums

Name Description
LOGGING_LEVEL_UNSPECIFIED Default value. Defaults to `LOG_FOR_WARNINGS_AND_ABOVE` if unset.
LOGGING_DISABLED No log will be generated and sent to Cloud Logging.
LOG_ERRORS_AND_ABOVE Log for operations resulted in fatal error.
LOG_WARNINGS_AND_ABOVE In addition to `LOG_ERRORS_AND_ABOVE`, also log for operations that have soft errors, quality suggestions.
LOG_ALL Log all operations, including successful ones.