mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 17:53:07 +00:00
4eb0a8fa85
Now that drgn is hooked up to log to the logging module, let's configure the logging module to print logs nicely and add a --log-level command line option. This makes the quiet parameter to run_interactive() redundant, so we ignore it now and will remove it in a future release. I'm not sure whether we should expose the log formatter, or maybe run_interactive() should also set up the logger. I may also want to break download progress out into a separate option from --quiet and then make --quiet equivalent to --log-level=none --progress=never. All of that can happen later. Signed-off-by: Omar Sandoval <osandov@osandov.com> |
||
---|---|---|
.. | ||
helpers | ||
internal | ||
__init__.py | ||
__main__.py | ||
cli.py | ||
py.typed |