cli: add comment to logging.basicConfig

This commit is contained in:
Misty De Méo 2025-02-20 13:54:01 -08:00
parent 45f352dc86
commit f21245384e

View File

@ -128,6 +128,8 @@ def configure_logging(args):
cache_logger_on_first_use=False,
)
# We still configure logging for now because its handlers
# are used for the gunicorn spawned by the brozzler dashboard.
logging.basicConfig(
stream=sys.stderr,
level=args.log_level,