Skip to content

Commit

Permalink
make --log-level use default level INFO
Browse files Browse the repository at this point in the history
The log manager class defaults to INFO. This removes the override
that defaulted to WARNING.
  • Loading branch information
n8pease committed Sep 15, 2020
1 parent 8aeaa6a commit b8f6a37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/daf/butler/cli/opt/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from functools import partial

from ..utils import MWOptionDecorator, split_commas, split_kv, unwrap
from lsst.daf.butler.core.utils import iterable
from lsst.daf.butler.registry import CollectionType


Expand Down Expand Up @@ -74,7 +73,6 @@ def makeCollectionType(context, param, value):
case_sensitive=False),
normalize=True,
unseparated_okay=True),
default=iterable("WARNING"),
help="The logging level. "
f"Supported levels are [{'|'.join(logLevelChoices)}]",
is_eager=True,
Expand Down

0 comments on commit b8f6a37

Please sign in to comment.