logging.setup_logging
=1) logging.setup_logging(verbose
Set up logging configuration.
This function configures the logging module with a basic configuration. It sets the logging level to INFO and the log message format to only include the message itself. The logging handler used is rich_handler
.