mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
cli: add comment to logging.basicConfig
This commit is contained in:
parent
45f352dc86
commit
f21245384e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user