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

DM-27351: --long-log does not work with butler command line command #408

Merged
merged 6 commits into from
Nov 4, 2020

Commits on Nov 4, 2020

  1. add --long-log option to butler

    Also:
    Fix a bug found applying the long log option.
    Add a unit test.
    n8pease committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d4fa8e8 View commit details
    Browse the repository at this point in the history
  2. work around a bug in sphinx-click

    There is a bug in sphinx-click that passes the MultiCommand into
    list_commands instead of the context. This works around that by
    not fetching log config out of the context if the context is not
    a click.Context instance.
    n8pease committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    5a86cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e0b8d5 View commit details
    Browse the repository at this point in the history
  4. allow the 'Z' UTC code

    n8pease committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8236fed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    572f0b2 View commit details
    Browse the repository at this point in the history
  6. add CliLog documentation

    Warn that lsst.log handles python logging when available.
    Describe when various formatter strings are chosen.
    n8pease committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    f6ab362 View commit details
    Browse the repository at this point in the history