Module
Python logging configuration utilities for the Galileo SDK. This module provides utilities to configure Python’s logging module for the SDK, including silent-by-default behavior and console output helpers.enable_console_logging
level: Logging level (default: logging.INFO)
get_logger
name: Logger name (typically name)
Logger instance with silent defaults applied if not already configured: