openstack-ansible/doc/source/developer-docs/ops-logging.rst
Jesse Pretorius 24e63abeb2 Fix 'D001 Line too long' documentation lint failures
Change-Id: I4522fe318541dac7f4ff4e45d72d4cd8869420ba
2016-07-13 21:32:31 +00:00

971 B

Home OpenStack-Ansible Installation Guide

Centralized logging

OpenStack-Ansible configures all instances to send syslog data to a container (or group of containers) running rsyslog. The rsyslog server containers are specified in the log_hosts section of the openstack_user_config.yml file.

The rsyslog server container(s) have logrotate installed and configured with a 14 day retention. All rotated logs are compressed by default.

Finding logs

Logs are accessible in multiple locations within an OpenStack-Ansible deployment:

  • The rsyslog server container collects logs in /var/log/log-storage within directories named after the container or physical host.
  • Each physical host has the logs from its service containers mounted at /openstack/log/.
  • Each service container has its own logs stored at /var/log/<service_name>.