loggingLevel property
Specifies the logging level for this method, which affects the log entries
pushed to Amazon CloudWatch Logs. The PATCH path for this setting is
/{method_setting_key}/logging/loglevel
, and the available
levels are OFF
, ERROR
, and INFO
.
Choose ERROR
to write only error-level entries to CloudWatch
Logs, or choose INFO
to include all ERROR
events
as well as extra informational events.
Implementation
final String? loggingLevel;