<p dir="ltr"><br>
Il 31/Dic/2015 16:36, &quot;Aleksey Chudov&quot; &lt;<a href="mailto:aleksey.chudov@gmail.com">aleksey.chudov@gmail.com</a>&gt; ha scritto:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; After upgrade from 3.6.0 to 3.6.1 agent and broker duplicate their logs to syslog. So, the same messages logged twice to files in /var/log/ovirt-hosted-engine-ha/ directory and to /var/log/messages file.<br>
&gt;<br>
&gt; Agent and broker configuration files remain the same for 3.5, 3.6.0 and 3.6.1 and there is not such logs duplication in 3.5 and 3.6.0.<br>
&gt;<br>
&gt; Is it a bug or expected behavior? </p>
<p dir="ltr">I think that it&#39;s an expected behavior: for 3.6.1 we had to rewrite the systemd startup script due to a slightly different behavior on centos 7.2.<br>
Prior than that the agent was forking as a daemon while now it&#39;s running as a systemd service with type=simple so its output goes to systemd logging facilities and so also in /var/log/messages according to your system configuration.</p>
<p dir="ltr">&gt;<br>
&gt; OS is CentOS 7.2<br>
&gt;<br>
&gt; # rpm -qa &#39;ovirt*&#39;<br>
&gt; ovirt-vmconsole-1.0.0-1.el7.centos.noarch<br>
&gt; ovirt-vmconsole-host-1.0.0-1.el7.centos.noarch<br>
&gt; ovirt-host-deploy-1.4.1-1.el7.centos.noarch<br>
&gt; ovirt-hosted-engine-ha-1.3.3.5-1.el7.centos.noarch<br>
&gt; ovirt-engine-sdk-python-3.6.0.3-1.el7.centos.noarch<br>
&gt; ovirt-release36-002-2.noarch<br>
&gt; ovirt-setup-lib-1.0.0-1.el7.centos.noarch<br>
&gt; ovirt-hosted-engine-setup-1.3.1.3-1.el7.centos.noarch<br>
&gt;<br>
&gt;<br>
&gt; # cat /etc/ovirt-hosted-engine-ha/agent-log.conf <br>
&gt; [loggers]<br>
&gt; keys=root<br>
&gt;<br>
&gt; [handlers]<br>
&gt; keys=syslog,logfile<br>
&gt;<br>
&gt; [formatters]<br>
&gt; keys=long,sysform<br>
&gt;<br>
&gt; [logger_root]<br>
&gt; level=INFO<br>
&gt; handlers=syslog,logfile<br>
&gt; propagate=0<br>
&gt;<br>
&gt; [handler_syslog]<br>
&gt; level=ERROR<br>
&gt; class=handlers.SysLogHandler<br>
&gt; formatter=sysform<br>
&gt; args=(&#39;/dev/log&#39;, handlers.SysLogHandler.LOG_USER)<br>
&gt;<br>
&gt; [handler_logfile]<br>
&gt; class=logging.handlers.TimedRotatingFileHandler<br>
&gt; args=(&#39;/var/log/ovirt-hosted-engine-ha/agent.log&#39;, &#39;d&#39;, 1, 7)<br>
&gt; level=DEBUG<br>
&gt; formatter=long<br>
&gt;<br>
&gt; [formatter_long]<br>
&gt; format=%(threadName)s::%(levelname)s::%(asctime)s::%(module)s::%(lineno)d::%(name)s::(%(funcName)s) %(message)s<br>
&gt;<br>
&gt; [formatter_sysform]<br>
&gt; format=ovirt-ha-agent %(name)s %(levelname)s %(message)s<br>
&gt; datefmt=<br>
&gt;<br>
&gt;<br>
&gt; Aleksey<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
</p>