[openstack-dev] [horizon] how to get horizon related logs to syslog?

Tikkanen, Viktor (Nokia - FI/Espoo) viktor.tikkanen at nokia.com
Fri Nov 16 09:40:04 UTC 2018


Hi!

For most openstack parts (e.g. Aodh, Cinder, Glance, Heat, Ironic, Keystone, Neutron, Nova) it was easy to get logs to syslog.

For example for Heat something similar to this (into file templates/heat.conf.j2):

# Syslog usage
{% if heat_syslog_enabled %}
use_syslog = True
syslog_log_facility = LOG_LOCAL3
{% else %}
log_file = /var/log/heat/heat.log
{% endif %}

But how to get Horizon related logs to syslog?

-V.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20181116/31aa5917/attachment.html>


More information about the OpenStack-dev mailing list