diff options
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 5be984ed7..7e1c28e31 100755 --- a/configure.py +++ b/configure.py @@ -892,7 +892,7 @@ def main(argv = None): argv = sys.argv logging.basicConfig(stream = sys.stdout, format = '%(message)s', - level = logging.DEBUG) + level = logging.INFO) logging.debug('%s invoked with options "%s"' % ( argv[0], ' '.join(argv[1:]))) |