This complete snowflake observability guide covers the logging, trace and metrics features for User Defined Functions (UDFs) & Stored Procedures created usin.. Logging, tracing, and metrics You can record the activity of your Snowflake function and procedure handler code (including code you write using Snowpark APIs) by capturing log messages and trace events from the code as it executes. Once you've collected the data, you can query it with SQL to analyze the results.
For more information, see Viewing trace data. For general information about setting up logging and retrieving messages in Snowflake, see Trace events for functions and procedures.. Snowflake Logging & Tracing Deep Dive: Exploring Trace Trees Introduction In this blog post, we'll explore how Snowflake keeps track of traces in the Event Table.