openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20005
Logging Keystone x Remote Syslog
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
Follow ups