[Openstack] Logging Keystone x Remote Syslog
Alex Vitola
alex.vitola at gmail.com
Fri Jan 11 12:31:38 UTC 2013
It's possible send to logs to remote server?
Currently it is configured to send to the local file
I believe it is in the file below
/etc/keystone/logging.conf
[logger_root]
level=DEBUG
>> handlers=file
[handler_production]
class=handlers.SysLogHandler
level=ERROR
formatter=normal_with_name
>> args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
[handler_file]
class=FileHandler
level=DEBUG
formatter=normal_with_name
args=('/var/log/keystone/keystone.log', 'a')
att
Alex Vitola
More information about the Openstack
mailing list