Have log output go to STDOUT by default
THe new logging framwork spit putput to STDERR by default (as that is pythons default), but we used to have STDERR, so make it go there again. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
@ -22,6 +22,9 @@ New Features
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Have console output go by default to STDOUT and not STDERR (regression
|
||||
in 6.5.0)
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
|
Reference in New Issue
Block a user