<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi!</div>
<div> </div>
<div>For most openstack parts (e.g. Aodh, Cinder, Glance, Heat, Ironic, Keystone, Neutron, Nova) it was easy to get logs to syslog.</div>
<div> </div>
<div>For example for Heat something similar to this (into file templates/heat.conf.j2):</div>
<div> </div>
<div># Syslog usage</div>
<div>{% if heat_syslog_enabled %}</div>
<div>use_syslog = True</div>
<div>syslog_log_facility = LOG_LOCAL3</div>
<div>{% else %}</div>
<div>log_file = /var/log/heat/heat.log</div>
<div>{% endif %}</div>
<div> </div>
<div>But how to get Horizon related logs to syslog?</div>
<div> </div>
<div>-V.</div>
<div> </div>
</span></font>
</body>
</html>