over.core.text.Output default output stream changed to stderr

This commit is contained in:
Overwatch 2015-02-08 23:57:50 +01:00
parent 95165e9067
commit 1597a303f9

View file

@ -449,7 +449,7 @@ class Output:
TODO use a generic format string
'''
def __init__(self, name, timestamp=True, colors=True, default_prefix=prefix.info, default_suffix='.\n', stream=sys.stdout):
def __init__(self, name, timestamp=True, colors=True, default_prefix=prefix.info, default_suffix='.\n', stream=sys.stderr):
self.name = name
self.timestamp = timestamp
self.colors = colors