pub fn configure_logging(
inputs: &[ConfigureLoggingInput],
) -> Result<(), LogConfigurationError>Expand description
Configures logging for the function itself. Allows for multiple destinations, along with specified system logging level a customer wants to capture. E.g. “Send all logs + debug system logs to my topic, but only error-level system logs to my CW topic”
IMPORTANT: If capturing system logs interests you, be aware only the first list of inputs configured will receive system logs captured before this is called. Any destinations added after will not have these system logs.