summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
Diffstat (limited to 'xnt')
-rw-r--r--xnt/xenant.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/xnt/xenant.py b/xnt/xenant.py
index 02858e9..e616677 100644
--- a/xnt/xenant.py
+++ b/xnt/xenant.py
@@ -36,7 +36,8 @@ def main():
args = parse_args(sys.argv[1:])
build_file = "./build.py"
if args["verbose"]:
- LOGGER.setLevel(logging.DEBUG)
+ LOGGER.setLevel(logging.INFO)
+ logging.getLogger("xnt.tasks").setLevel(logging.INFO)
if args["build-file"]:
build_file = args["build-file"]
if args["list-targets"]: