Do we expect `--ignore-pants-warning` to apply at ...
# development
h
Do we expect
--ignore-pants-warning
to apply at import time of plugins? Using
deprecated_module
on something like
contrib/avro/register.py
won’t work with
--ignore-pants-warning
because we haven’t yet called
logging.py:setup_logging()
w
so... bootstrap options parsing is required to get the value of that flag. it's also required to determine which backends need to be loaded
so it feels like it should be possible to ensure that logging is set up correctly before backends are loaded.