Vinzenz Feenstra has uploaded a new change for review. Change subject: Remove downstream names from upstream ini ......................................................................
Remove downstream names from upstream ini Change-Id: Ic5ef41725a95bb19d2748d53a51bdbac432c9f84 Bug-Url: https://bugzilla.redhat.com/1117690 Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com> --- M configurations/default-logger.ini M configurations/ovirt-guest-agent.ini 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/88/30088/1 diff --git a/configurations/default-logger.ini b/configurations/default-logger.ini index 5691079..7c3bc89 100644 --- a/configurations/default-logger.ini +++ b/configurations/default-logger.ini @@ -14,7 +14,7 @@ [handler_logfile] class=handlers.RotatingFileHandler -args=('rhev-agent.log', 'a', 100*1024, 5) +args=('ovirt-guest-agent.log', 'a', 100*1024, 5) formatter=long [handler_console] diff --git a/configurations/ovirt-guest-agent.ini b/configurations/ovirt-guest-agent.ini index a45afde..eae1949 100644 --- a/configurations/ovirt-guest-agent.ini +++ b/configurations/ovirt-guest-agent.ini @@ -30,7 +30,7 @@ #[handler_logfile] #class=handlers.RotatingFileHandler -#args=('rhev-agent.log', 'a', 100*1024, 5) +#args=('ovirt-guest-agent.log', 'a', 100*1024, 5) #formatter=long #[handler_console] -- To view, visit http://gerrit.ovirt.org/30088 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5ef41725a95bb19d2748d53a51bdbac432c9f84 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches