Closed KCollins closed 1 month ago
Replace 'is_verbose' tags with python logger.
Changes API calls.
import logging logger = logging.getLogger(__name__)
Closed with commit [a30f9f8]
Description
Replace 'is_verbose' tags with python logger.
Potential impact
Changes API calls.