summaryrefslogtreecommitdiff
path: root/openstack/etc/keystone/logging.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/keystone/logging.conf')
-rw-r--r--openstack/etc/keystone/logging.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/keystone/logging.conf b/openstack/etc/keystone/logging.conf
index 7a538ae8..21d43c8d 100644
--- a/openstack/etc/keystone/logging.conf
+++ b/openstack/etc/keystone/logging.conf
@@ -15,7 +15,7 @@ handlers=file
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