Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup logging before plugins are loaded. #1158

Closed

Commits on Feb 24, 2015

  1. Setup logging before plugins are loaded.

    This lifts logging options to the bootstrap stage in order to be able
    to configure logging before plugins are loaded.  The logging setup is
    lifted out from GoalRunner to a top-level function in the logging
    package and tests are added for logging configuration.
    
    Additionally, bootstrap option parsing is fixed to handle short flags
    since logging uses a few of these.
    jsirois committed Feb 24, 2015
    Copy the full SHA
    990fb24 View commit details
    Browse the repository at this point in the history
  2. Fix typo, simplify micros.

    jsirois committed Feb 24, 2015
    Copy the full SHA
    50fed5f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. Multiple fixes from review feedback.

    Document the difference between bootstrap and global options.
    Explicitly enable the 'WARN' alias for logging at 'WARNING' level.
    Fix a bug where passthrough options with the same name as bootstrap
    options would be bootstrapped.
    jsirois committed Feb 26, 2015
    Copy the full SHA
    ba2a779 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pantsbuild/pants into jsi…

    …rois/logging/early_setup
    jsirois committed Feb 26, 2015
    Copy the full SHA
    68b70ca View commit details
    Browse the repository at this point in the history
  3. Apply isort fixes.

    jsirois committed Feb 26, 2015
    Copy the full SHA
    52306b8 View commit details
    Browse the repository at this point in the history