canonical / prometheus-openstack-exporter

OpenStack exporter for the prometheus monitoring system
GNU General Public License v3.0
128 stars 113 forks source link

logging: fallback to StreamHandler only if SyslogHandler is not avaliable #44

Closed no2a closed 4 years ago

no2a commented 6 years ago

Previous change d2431182dabd290971c786a790c275853ddf95bc missed a break in loop. Without this change, log goes both syslog and stderr.