Skip to content

Commit

Permalink
Set log level for catalog metadata validation ERR
Browse files Browse the repository at this point in the history
Invalid values for THREDDS Catalog Metadata are not
all that importiant for the end users to see. This
commit sets the log level to ERROR instead of
WARNING.
  • Loading branch information
lesserwhirls committed Mar 17, 2017
1 parent 2acfcd6 commit eab0e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siphon/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import logging

log = logging.getLogger(__name__)
log.setLevel(logging.WARNING)
log.setLevel(logging.ERROR)


class _SimpleTypes(object):
Expand Down

0 comments on commit eab0e2d

Please sign in to comment.