summaryrefslogtreecommitdiff
path: root/openstack/etc/glance/logging.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/glance/logging.conf')
-rw-r--r--openstack/etc/glance/logging.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/glance/logging.conf b/openstack/etc/glance/logging.conf
index 7e7f31f0..8de2ffd1 100644
--- a/openstack/etc/glance/logging.conf
+++ b/openstack/etc/glance/logging.conf
@@ -30,7 +30,7 @@ qualname=glance-combined
class=handlers.SysLogHandler
level=ERROR
formatter=normal_with_name
-args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
+args=(('127.0.0.1', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
[handler_file]
class=FileHandler