stored_proc_log_min_messages - Amazon Redshift

Amazon Redshift will no longer support the creation of new Python UDFs starting November 1, 2025. If you would like to use Python UDFs, create the UDFs prior to that date. Existing Python UDFs will continue to function as normal. For more information, see the blog post .

stored_proc_log_min_messages

Values (default in bold)

LOG, INFO, NOTICE, WARNING, EXCEPTION

Description

Specifies the minimum logging level of raised stored procedure messages. Messages at or above the specified level are logged. The default is LOG (all messages are logged). The order of log levels from highest to lowest is as follows:

  1. EXCEPTION

  2. WARNING

  3. NOTICE

  4. INFO

  5. LOG

For example if you specify a value of NOTICE, then messages are only logged for NOTICE, WARNING, and EXCEPTION.