this is the code in `local_pants_<http://runner.py...
# development
h
this is the code in `local_pants_runner.py`:
Copy code
options, build_config = LocalPantsRunner.parse_options(options_bootstrapper)
            global_options = options.for_global_scope()
            # This works as expected due to the encapsulated_logger in DaemonPantsRunner and
            # we don't have to gate logging setup anymore.
            setup_logging_from_options(global_options, captured_warnings=captured_warnings)