Function Logging Config
data class FunctionLoggingConfig(val applicationLogLevel: FunctionLoggingConfigApplicationLogLevel? = null, val logFormat: FunctionLoggingConfigLogFormat? = null, val logGroup: String? = null, val systemLogLevel: FunctionLoggingConfigSystemLogLevel? = null)
The function's Amazon CloudWatch Logs configuration settings.
Constructors
Link copied to clipboard
constructor(applicationLogLevel: FunctionLoggingConfigApplicationLogLevel? = null, logFormat: FunctionLoggingConfigLogFormat? = null, logGroup: String? = null, systemLogLevel: FunctionLoggingConfigSystemLogLevel? = null)
Properties
Link copied to clipboard
Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where `TRACE`
is the highest level and `FATAL`
is the lowest.
Link copied to clipboard
The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.
Link copied to clipboard
Link copied to clipboard
Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where `DEBUG`
is the highest level and `WARN`
is the lowest.