mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-16 11:38:47 -04:00
cli: add comment to logging.basicConfig
This commit is contained in:
parent
45f352dc86
commit
f21245384e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue