Fabian Deutsch has uploaded a new change for review. Change subject: log: Fix log config ......................................................................
log: Fix log config Having more than one handler on EL6 leadt to problems. So only configuring the top-level root logger for now. Change-Id: Iac5e3beeb8c3cae35ef540a08250b873e2a5a217 Signed-off-by: Fabian Deutsch <[email protected]> --- M data/logging.conf 1 file changed, 2 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/12/20212/1 diff --git a/data/logging.conf b/data/logging.conf index 3f74b0b..dd351fd 100644 --- a/data/logging.conf +++ b/data/logging.conf @@ -3,7 +3,7 @@ # [loggers] -keys=root,ovirt.node +keys=root [handlers] keys=file,stderr @@ -12,17 +12,11 @@ keys=simple [logger_root] -level=DEBUG -handlers=stderr - -[logger_ovirt.node] level=INFO -handlers=file -qualname=ovirt.node +handlers=stderr,file [handler_file] class=handlers.WatchedFileHandler -level=INFO formatter=simple args=('/var/log/ovirt-node.log', 'a') -- To view, visit http://gerrit.ovirt.org/20212 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac5e3beeb8c3cae35ef540a08250b873e2a5a217 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
