<div dir="ltr"><div><div><div>Hi,<br><br></div>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><br></div>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><br><div>Is it a bug or expected behavior? <br></div><br></div><div>OS is CentOS 7.2<br></div><div></div><br><div># rpm -qa &#39;ovirt*&#39;<br>ovirt-vmconsole-1.0.0-1.el7.centos.noarch<br>ovirt-vmconsole-host-1.0.0-1.el7.centos.noarch<br>ovirt-host-deploy-1.4.1-1.el7.centos.noarch<br>ovirt-hosted-engine-ha-1.3.3.5-1.el7.centos.noarch<br>ovirt-engine-sdk-python-3.6.0.3-1.el7.centos.noarch<br>ovirt-release36-002-2.noarch<br>ovirt-setup-lib-1.0.0-1.el7.centos.noarch<br>ovirt-hosted-engine-setup-1.3.1.3-1.el7.centos.noarch<br><br></div><div><br># cat /etc/ovirt-hosted-engine-ha/agent-log.conf <br>[loggers]<br>keys=root<br><br>[handlers]<br>keys=syslog,logfile<br><br>[formatters]<br>keys=long,sysform<br><br>[logger_root]<br>level=INFO<br>handlers=syslog,logfile<br>propagate=0<br><br>[handler_syslog]<br>level=ERROR<br>class=handlers.SysLogHandler<br>formatter=sysform<br>args=(&#39;/dev/log&#39;, handlers.SysLogHandler.LOG_USER)<br><br>[handler_logfile]<br>class=logging.handlers.TimedRotatingFileHandler<br>args=(&#39;/var/log/ovirt-hosted-engine-ha/agent.log&#39;, &#39;d&#39;, 1, 7)<br>level=DEBUG<br>formatter=long<br><br>[formatter_long]<br>format=%(threadName)s::%(levelname)s::%(asctime)s::%(module)s::%(lineno)d::%(name)s::(%(funcName)s) %(message)s<br><br>[formatter_sysform]<br>format=ovirt-ha-agent %(name)s %(levelname)s %(message)s<br>datefmt=<br><br><br></div>Aleksey<br></div>