This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a commit to branch SDAP-125
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-125 by this push:
     new 116747b  Add log statement
116747b is described below

commit 116747bfdd671340cdcc4c8ebb126d4cb4a6807a
Author: Frank Greguska <[email protected]>
AuthorDate: Tue Jul 17 16:41:08 2018 -0700

    Add log statement
---
 client/nexuscli/nexuscli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/nexuscli/nexuscli.py b/client/nexuscli/nexuscli.py
index 04eb951..cf8684a 100644
--- a/client/nexuscli/nexuscli.py
+++ b/client/nexuscli/nexuscli.py
@@ -56,7 +56,7 @@ __pdoc__['Point.variable'] = "dictionary of variable values"
 
 ISO_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
 
-logging.basicConfig(stream=sys.stdout)
+logging.basicConfig(stream=sys.stdout, level=logging.INFO)
 
 target = 'http://localhost:8083'
 

Reply via email to