__________________________________________________________________________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 = Truesyslog_log_facility = LOG_LOCAL3{% else %}log_file = /var/log/heat/heat.log{% endif %}But how to get Horizon related logs to syslog?-V.
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev