airsspy.log#

Logging configuration for airsspy.

Provides a shared setup_logging() function used by the CLI and available to library / workflow users who want timestamped log output.

Module Contents#

Functions#

setup_logging

Configure the root logger with timestamps.

API#

airsspy.log.setup_logging(level: int = logging.INFO) None[source]#

Configure the root logger with timestamps.

Args: level: Logging level (default INFO). Use logging.DEBUG for verbose output or logging.WARNING for quiet mode.