<div dir="ltr"><div><div>Thank you for the answer.<br><br></div>So, currently there is at least three copy of agent and broker logs on centos 7.2:<br></div>1. agent.log and broker.log files in /var/log/ovirt-hosted-engine-ha/ directory<br><div>2. /var/log/messages file<br></div><div>3. journald database<br></div><div><br>Does
 errors additionally send to syslog according to agent-log.conf and 
broker-log.conf files in /etc/ovirt-hosted-engine-ha/ directory?<br><br><span lang="en"><span>It&#39;s a bit</span> <span>too much :) </span></span>Do you plan to fix this duplication?<br><br></div><div>For example 2. and 3. can be quickly disabled by adding StandardOutput=null option to unit file<br></div><br>[Service]<br>...<br>StandardOutput=null</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 2, 2016 at 2:01 PM, Simone Tiraboschi <span dir="ltr">&lt;<a href="mailto:stirabos@redhat.com" target="_blank">stirabos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><p dir="ltr"><br>
Il 31/Dic/2015 16:36, &quot;Aleksey Chudov&quot; &lt;<a href="mailto:aleksey.chudov@gmail.com" target="_blank">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>
</span><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"></p><div><div class="h5">&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></div></div>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
<p></p>
</blockquote></div><br></div>