Skip to content

Commit

Permalink
adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Hilmann authored and Arne Hilmann committed Apr 13, 2016
1 parent dd04df1 commit 4ede3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use_plugin('filter_resources')

name = "sunstone-rest-client"
version = '0.1.2'
version = '0.1.3'

default_task = ["clean", "analyze", "publish"]

Expand Down
2 changes: 1 addition & 1 deletion src/main/python/sunstone_rest_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, url, verify=True, use_cache=True, disable_urllib3_warnings=Tr
self.use_cache = use_cache

if disable_urllib3_warnings:
logger.info("disabling urllib3 warning of requests packages")
logger.debug("disabling urllib3 warning of requests packages")
requests.packages.urllib3.disable_warnings()

self.cache = {}
Expand Down

0 comments on commit 4ede3b4

Please sign in to comment.