diff --git a/doc/config-reference/source/block-storage.rst b/doc/config-reference/source/block-storage.rst index 5c5c90dd38..6ab216351c 100644 --- a/doc/config-reference/source/block-storage.rst +++ b/doc/config-reference/source/block-storage.rst @@ -9,7 +9,7 @@ Block Storage block-storage/volume-drivers.rst block-storage/backup-drivers.rst block-storage/block-storage-sample-configuration-files.rst - block-storage/cinder-log-files.rst + block-storage/logs.rst block-storage/fc-zoning.rst block-storage/nested-quota.rst block-storage/volume-encryption.rst diff --git a/doc/config-reference/source/block-storage/cinder-log-files.rst b/doc/config-reference/source/block-storage/logs.rst similarity index 100% rename from doc/config-reference/source/block-storage/cinder-log-files.rst rename to doc/config-reference/source/block-storage/logs.rst diff --git a/doc/config-reference/source/compute.rst b/doc/config-reference/source/compute.rst index 58e37e3597..debc0bb3b0 100644 --- a/doc/config-reference/source/compute.rst +++ b/doc/config-reference/source/compute.rst @@ -20,7 +20,7 @@ Compute compute/cells.rst compute/conductor.rst compute/nova-conf-samples.rst - compute/nova-logs.rst + compute/logs.rst compute/config-samples.rst tables/conf-changes/nova.rst diff --git a/doc/config-reference/source/compute/nova-logs.rst b/doc/config-reference/source/compute/logs.rst similarity index 100% rename from doc/config-reference/source/compute/nova-logs.rst rename to doc/config-reference/source/compute/logs.rst diff --git a/doc/config-reference/source/dashboard.rst b/doc/config-reference/source/dashboard.rst index 37380df96b..8e0243f676 100644 --- a/doc/config-reference/source/dashboard.rst +++ b/doc/config-reference/source/dashboard.rst @@ -8,7 +8,7 @@ Dashboard dashboard/configure.rst common/dashboard_customizing.rst dashboard/sample-configuration-files.rst - dashboard/log-files.rst + dashboard/logs.rst This chapter describes how to configure the OpenStack dashboard with Apache web server. diff --git a/doc/config-reference/source/dashboard/log-files.rst b/doc/config-reference/source/dashboard/logs.rst similarity index 89% rename from doc/config-reference/source/dashboard/log-files.rst rename to doc/config-reference/source/dashboard/logs.rst index aeca29f557..f5eb68651a 100644 --- a/doc/config-reference/source/dashboard/log-files.rst +++ b/doc/config-reference/source/dashboard/logs.rst @@ -18,3 +18,5 @@ where the dashboard is hosted. The following table describes these files: * - ``error_log`` - Logs all unsuccessful attempts to access the web server, along with the reason that each attempt failed. + * - ``/var/log/horizon/horizon.log`` + - Log of certain user interactions diff --git a/doc/config-reference/source/database-service.rst b/doc/config-reference/source/database-service.rst index a0e8453091..921697fd46 100644 --- a/doc/config-reference/source/database-service.rst +++ b/doc/config-reference/source/database-service.rst @@ -6,6 +6,7 @@ Database service database-service/databaseservice_db.rst database-service/databaseservice_rpc.rst + database-service/logs.rst tables/conf-changes/trove.rst The Database service provides a scalable and reliable Cloud diff --git a/doc/config-reference/source/database-service/logs.rst b/doc/config-reference/source/database-service/logs.rst new file mode 100644 index 0000000000..c02a51dea9 --- /dev/null +++ b/doc/config-reference/source/database-service/logs.rst @@ -0,0 +1,21 @@ +================== +Database log files +================== + +The corresponding log file of each Database service is stored in the +``/var/log/trove/`` directory of the host on which each service runs. + +.. list-table:: Log files used by Database services + :widths: 35 35 + :header-rows: 1 + + * - Log filename + - Service that logs to the file + * - ``trove-api.log`` + - Database service API Service + * - ``trove-conductor.log`` + - Database service Conductor Service + * - ``'logfile.txt'`` + - Database service guestagent Service + * - ``trove-taskmanager.log`` + - Database service taskmanager Service diff --git a/doc/config-reference/source/identity.rst b/doc/config-reference/source/identity.rst index 23a5c475d3..5366afd196 100644 --- a/doc/config-reference/source/identity.rst +++ b/doc/config-reference/source/identity.rst @@ -6,6 +6,7 @@ Identity service identity/caching.rst identity/options.rst + identity/logs.rst identity/sample-configuration-files.rst tables/conf-changes/keystone.rst diff --git a/doc/config-reference/source/identity/logs.rst b/doc/config-reference/source/identity/logs.rst new file mode 100644 index 0000000000..5ab92a4667 --- /dev/null +++ b/doc/config-reference/source/identity/logs.rst @@ -0,0 +1,15 @@ +================== +Identity log files +================== + +The corresponding log file of each Identity service is stored in the +``/var/log/keystone/`` directory of the host on which each service runs. + +.. list-table:: Log files used by Identity services + :widths: 35 35 + :header-rows: 1 + + * - Log filename + - Service that logs to the file + * - ``keystone.log`` + - Identity Service diff --git a/doc/config-reference/source/image-service.rst b/doc/config-reference/source/image-service.rst index f6d98e1899..825cf473af 100644 --- a/doc/config-reference/source/image-service.rst +++ b/doc/config-reference/source/image-service.rst @@ -8,6 +8,7 @@ Image service image-service/image_service_rpc.rst image-service/image_service_ISO_support.rst image-service/image_service_backends.rst + image-service/logs.rst image-service/sample-configuration-files.rst tables/conf-changes/glance.rst diff --git a/doc/config-reference/source/image-service/logs.rst b/doc/config-reference/source/image-service/logs.rst new file mode 100644 index 0000000000..b430525eea --- /dev/null +++ b/doc/config-reference/source/image-service/logs.rst @@ -0,0 +1,17 @@ +=============== +Image log files +=============== + +The corresponding log file of each Image service is stored in the +``/var/log/glance/`` directory of the host on which each service runs. + +.. list-table:: Log files used by Image services + :widths: 35 35 + :header-rows: 1 + + * - Log filename + - Service that logs to the file + * - ``api.log`` + - Image service API server + * - ``registry.log`` + - Image service Registry server diff --git a/doc/config-reference/source/messaging.rst b/doc/config-reference/source/messaging.rst index 64ab2bb825..68f9d7bbf5 100644 --- a/doc/config-reference/source/messaging.rst +++ b/doc/config-reference/source/messaging.rst @@ -14,6 +14,7 @@ Message service messaging/zaqar-notifications.rst messaging/zaqar-authentication.rst messaging/zaqar-pooling.rst + messaging/logs.rst messaging/zaqar-cache.rst The Message service is multi-tenant, fast, reliable, and scalable. It allows diff --git a/doc/config-reference/source/messaging/logs.rst b/doc/config-reference/source/messaging/logs.rst new file mode 100644 index 0000000000..4773921089 --- /dev/null +++ b/doc/config-reference/source/messaging/logs.rst @@ -0,0 +1,15 @@ +=================== +Messaging log files +=================== + +The corresponding log file of each Messaging service is stored in the +``/var/log/zaqar/`` directory of the host on which each service runs. + +.. list-table:: Log files used by Messaging services + :widths: 35 35 + :header-rows: 1 + + * - Log filename + - Service that logs to the file + * - ``server.log`` + - Messaging service diff --git a/doc/config-reference/source/networking.rst b/doc/config-reference/source/networking.rst index aa553dab0e..a36db20005 100644 --- a/doc/config-reference/source/networking.rst +++ b/doc/config-reference/source/networking.rst @@ -5,7 +5,7 @@ Networking .. toctree:: networking/networking_options_reference.rst - networking/networking_log.rst + networking/logs.rst networking/sample-configuration-files.rst networking/sample-configuration-files-advanced.rst tables/conf-changes/neutron.rst diff --git a/doc/config-reference/source/networking/networking_log.rst b/doc/config-reference/source/networking/logs.rst similarity index 100% rename from doc/config-reference/source/networking/networking_log.rst rename to doc/config-reference/source/networking/logs.rst diff --git a/doc/config-reference/source/object-storage.rst b/doc/config-reference/source/object-storage.rst index 818e539963..c97620478d 100644 --- a/doc/config-reference/source/object-storage.rst +++ b/doc/config-reference/source/object-storage.rst @@ -12,5 +12,6 @@ Object Storage object-storage/configure-s3.rst object-storage/cors.rst object-storage/listendpoints.rst + object-storage/logs.rst tables/conf-changes/swift.rst diff --git a/doc/config-reference/source/object-storage/logs.rst b/doc/config-reference/source/object-storage/logs.rst new file mode 100644 index 0000000000..131f57a782 --- /dev/null +++ b/doc/config-reference/source/object-storage/logs.rst @@ -0,0 +1,7 @@ +======================== +Object storage log files +======================== + +The Object Storage sends logs to the system logging facility only. By +default, all Object Storage log files to ``/var/log/swift/swift.log``, +using the local0, local1, and local2 syslog facilities. diff --git a/doc/config-reference/source/orchestration.rst b/doc/config-reference/source/orchestration.rst index c3a8009c62..5d0f984620 100644 --- a/doc/config-reference/source/orchestration.rst +++ b/doc/config-reference/source/orchestration.rst @@ -7,6 +7,7 @@ Orchestration orchestration/orchestration_api.rst orchestration/orchestration_clients.rst orchestration/orchestration_rpc.rst + orchestration/logs.rst tables/conf-changes/heat.rst diff --git a/doc/config-reference/source/orchestration/logs.rst b/doc/config-reference/source/orchestration/logs.rst new file mode 100644 index 0000000000..eb25981d77 --- /dev/null +++ b/doc/config-reference/source/orchestration/logs.rst @@ -0,0 +1,19 @@ +======================= +Orchestration log files +======================= + +The corresponding log file of each Orchestration service is stored in the +``/var/log/heat/`` directory of the host on which each service runs. + +.. list-table:: Log files used by Orchestration services + :widths: 35 35 + :header-rows: 1 + + * - Log filename + - Service that logs to the file + * - ``heat-api.log`` + - Orchestration service API Service + * - ``heat-engine.log`` + - Orchestration service Engine Service + * - ``heat-manage.log`` + - Orchestration service events diff --git a/doc/config-reference/source/telemetry.rst b/doc/config-reference/source/telemetry.rst index 45f8634d6a..3e7d6ebf25 100644 --- a/doc/config-reference/source/telemetry.rst +++ b/doc/config-reference/source/telemetry.rst @@ -6,6 +6,7 @@ Telemetry telemetry/telemetry_service_config_opts.rst telemetry/alarming_service_config_opts.rst + telemetry/logs.rst telemetry/sample-configuration-files.rst tables/conf-changes/ceilometer.rst diff --git a/doc/config-reference/source/telemetry/logs.rst b/doc/config-reference/source/telemetry/logs.rst new file mode 100644 index 0000000000..cc5d4e0a3b --- /dev/null +++ b/doc/config-reference/source/telemetry/logs.rst @@ -0,0 +1,29 @@ +=================== +Telemetry log files +=================== + +The corresponding log file of each Telemetry service is stored in the +``/var/log/ceilometer/`` directory of the host on which each service runs. + +.. list-table:: Log files used by Telemetry services + :widths: 35 35 + :header-rows: 1 + + * - Log filename + - Service that logs to the file + * - ``agent-notification.log`` + - Telemetry service notification agent + * - ``alarm-evaluator.log`` + - Telemetry service alarm evaluation + * - ``alarm-notifier.log`` + - Telemetry service alarm notification + * - ``api.log`` + - Telemetry service API + * - ``ceilometer-dbsync.log`` + - Informational messages + * - ``central.log`` + - Telemetry service central agent + * - ``collector.log`` + - Telemetry service collection + * - ``compute.log`` + - Telemetry service compute agent