Sandro Bonazzola has submitted this change and it was merged.
Change subject: log: write only errors on stderr
......................................................................
log: write only errors on stderr
Previously the logging system wrote all the messages
to the standard error.
Now only errors are logged to the standard error, all the
other message are logged to standard output.
Also addresses minor pep8 issues preventing make check
to exit with success.
Bug-Url:
https://bugzilla.redhat.com/956518
Change-Id: Iee176b539dc7bcecc64b26e3c05db7c8a7ee86d6
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M src/__main__.py
M src/config.py.in.in
2 files changed, 29 insertions(+), 13 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/19195
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee176b539dc7bcecc64b26e3c05db7c8a7ee86d6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: ovirt-log-collector-3.3
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Keith Robertson <kroberts(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server