Skip to content
  • There are no suggestions because the search field is empty.

Logging Method (Project)

Description

The Logging Method Property is available in Project Settings for the Spark Generators.

You can select which logging method to use for logging events during code execution.

Format

The Logging Method is a List of values.

The available options are:

  • Delta Table:
    • A delta table (called execution_log by default) will be created in a dedicated load control schema in your catalog
    • All the logs will be saved in this table
    • For example:
  • Python Logger:
    • The logs will only be displayed during the execution of the Jupyter Notebooks
    • For example:

Example:

Default Value

The default value is Delta Table.