class Aws::Lambda::Types::LoggingConfig
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LoggingConfig AWS API Documentation
@return [String]
enter an existing log group or enter a new log group name.
named ‘/aws/lambda/<function name>`. To use a different log group,
to. By default, Lambda functions send logs to a default log group
The name of the Amazon CloudWatch log group the function sends logs
@!attribute [rw] log_group
@return [String]
level and `WARN` is the lowest.
selected level of detail and lower, where `DEBUG` is the highest
Lambda sends to CloudWatch. Lambda only sends system logs at the
Set this property to filter the system logs for your function that
@!attribute [rw] system_log_level
@return [String]
highest level and `FATAL` is the lowest.
at the selected level of detail and lower, where `TRACE` is the
that Lambda sends to CloudWatch. Lambda only sends application logs
Set this property to filter the application logs for your function
@!attribute [rw] application_log_level
@return [String]
JSON.
system logs to CloudWatch. Select between plain text and structured
The format in which Lambda sends your function’s application and
@!attribute [rw] log_format
The function’s Amazon CloudWatch Logs configuration settings.