]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- turn some dials to try to get more log output
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 May 2015 18:47:57 +0000 (14:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 May 2015 18:47:57 +0000 (14:47 -0400)
doc/build/Makefile
doc/build/conf.py

index 4de8f98b6206e779dadb35003d4f3fa4256c1b91..cd39b7288820287fdafa222d15f8ff7f51402d62 100644 (file)
@@ -2,7 +2,7 @@
 #
 
 # You can set these variables from the command line.
-SPHINXOPTS    =
+SPHINXOPTS    = -v
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = output
index 8530c1ef8a89a8276b8c4ca3428296bfbecb234e..24e235a321292e8146331df784d9fb089fead0ed 100644 (file)
@@ -19,7 +19,7 @@ def force_install_reqs():
     import logging
 
     log = logging.getLogger("pip")
-    handler = logging.StreamHandler(sys.stdout)
+    handler = logging.StreamHandler(sys.stderr)
     handler.setFormatter(logging.Formatter("[pip] %(message)s"))
     log.addHandler(handler)
     log.setLevel(logging.INFO)