Merge "[config-ref] Log files sections for all projects"
This commit is contained in:
commit
cb699510e9
@ -9,7 +9,7 @@ Block Storage
|
|||||||
block-storage/volume-drivers.rst
|
block-storage/volume-drivers.rst
|
||||||
block-storage/backup-drivers.rst
|
block-storage/backup-drivers.rst
|
||||||
block-storage/block-storage-sample-configuration-files.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/fc-zoning.rst
|
||||||
block-storage/nested-quota.rst
|
block-storage/nested-quota.rst
|
||||||
block-storage/volume-encryption.rst
|
block-storage/volume-encryption.rst
|
||||||
|
@ -20,7 +20,7 @@ Compute
|
|||||||
compute/cells.rst
|
compute/cells.rst
|
||||||
compute/conductor.rst
|
compute/conductor.rst
|
||||||
compute/nova-conf-samples.rst
|
compute/nova-conf-samples.rst
|
||||||
compute/nova-logs.rst
|
compute/logs.rst
|
||||||
compute/config-samples.rst
|
compute/config-samples.rst
|
||||||
tables/conf-changes/nova.rst
|
tables/conf-changes/nova.rst
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Dashboard
|
|||||||
dashboard/configure.rst
|
dashboard/configure.rst
|
||||||
common/dashboard_customizing.rst
|
common/dashboard_customizing.rst
|
||||||
dashboard/sample-configuration-files.rst
|
dashboard/sample-configuration-files.rst
|
||||||
dashboard/log-files.rst
|
dashboard/logs.rst
|
||||||
|
|
||||||
This chapter describes how to configure the OpenStack dashboard with
|
This chapter describes how to configure the OpenStack dashboard with
|
||||||
Apache web server.
|
Apache web server.
|
||||||
|
@ -18,3 +18,5 @@ where the dashboard is hosted. The following table describes these files:
|
|||||||
* - ``error_log``
|
* - ``error_log``
|
||||||
- Logs all unsuccessful attempts to access the web server,
|
- Logs all unsuccessful attempts to access the web server,
|
||||||
along with the reason that each attempt failed.
|
along with the reason that each attempt failed.
|
||||||
|
* - ``/var/log/horizon/horizon.log``
|
||||||
|
- Log of certain user interactions
|
@ -6,6 +6,7 @@ Database service
|
|||||||
|
|
||||||
database-service/databaseservice_db.rst
|
database-service/databaseservice_db.rst
|
||||||
database-service/databaseservice_rpc.rst
|
database-service/databaseservice_rpc.rst
|
||||||
|
database-service/logs.rst
|
||||||
tables/conf-changes/trove.rst
|
tables/conf-changes/trove.rst
|
||||||
|
|
||||||
The Database service provides a scalable and reliable Cloud
|
The Database service provides a scalable and reliable Cloud
|
||||||
|
21
doc/config-reference/source/database-service/logs.rst
Normal file
21
doc/config-reference/source/database-service/logs.rst
Normal file
@ -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
|
@ -7,6 +7,7 @@ Identity service
|
|||||||
identity/caching.rst
|
identity/caching.rst
|
||||||
identity/auditing.rst
|
identity/auditing.rst
|
||||||
identity/options.rst
|
identity/options.rst
|
||||||
|
identity/logs.rst
|
||||||
identity/sample-configuration-files.rst
|
identity/sample-configuration-files.rst
|
||||||
tables/conf-changes/keystone.rst
|
tables/conf-changes/keystone.rst
|
||||||
|
|
||||||
|
15
doc/config-reference/source/identity/logs.rst
Normal file
15
doc/config-reference/source/identity/logs.rst
Normal file
@ -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
|
@ -8,6 +8,7 @@ Image service
|
|||||||
image-service/image_service_rpc.rst
|
image-service/image_service_rpc.rst
|
||||||
image-service/image_service_ISO_support.rst
|
image-service/image_service_ISO_support.rst
|
||||||
image-service/image_service_backends.rst
|
image-service/image_service_backends.rst
|
||||||
|
image-service/logs.rst
|
||||||
image-service/sample-configuration-files.rst
|
image-service/sample-configuration-files.rst
|
||||||
tables/conf-changes/glance.rst
|
tables/conf-changes/glance.rst
|
||||||
|
|
||||||
|
17
doc/config-reference/source/image-service/logs.rst
Normal file
17
doc/config-reference/source/image-service/logs.rst
Normal file
@ -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
|
@ -14,6 +14,7 @@ Message service
|
|||||||
messaging/zaqar-notifications.rst
|
messaging/zaqar-notifications.rst
|
||||||
messaging/zaqar-authentication.rst
|
messaging/zaqar-authentication.rst
|
||||||
messaging/zaqar-pooling.rst
|
messaging/zaqar-pooling.rst
|
||||||
|
messaging/logs.rst
|
||||||
messaging/zaqar-cache.rst
|
messaging/zaqar-cache.rst
|
||||||
|
|
||||||
The Message service is multi-tenant, fast, reliable, and scalable. It allows
|
The Message service is multi-tenant, fast, reliable, and scalable. It allows
|
||||||
|
15
doc/config-reference/source/messaging/logs.rst
Normal file
15
doc/config-reference/source/messaging/logs.rst
Normal file
@ -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
|
@ -5,7 +5,7 @@ Networking
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
networking/networking_options_reference.rst
|
networking/networking_options_reference.rst
|
||||||
networking/networking_log.rst
|
networking/logs.rst
|
||||||
networking/sample-configuration-files.rst
|
networking/sample-configuration-files.rst
|
||||||
networking/sample-configuration-files-advanced.rst
|
networking/sample-configuration-files-advanced.rst
|
||||||
tables/conf-changes/neutron.rst
|
tables/conf-changes/neutron.rst
|
||||||
|
@ -12,5 +12,6 @@ Object Storage
|
|||||||
object-storage/configure-s3.rst
|
object-storage/configure-s3.rst
|
||||||
object-storage/cors.rst
|
object-storage/cors.rst
|
||||||
object-storage/listendpoints.rst
|
object-storage/listendpoints.rst
|
||||||
|
object-storage/logs.rst
|
||||||
tables/conf-changes/swift.rst
|
tables/conf-changes/swift.rst
|
||||||
|
|
||||||
|
7
doc/config-reference/source/object-storage/logs.rst
Normal file
7
doc/config-reference/source/object-storage/logs.rst
Normal file
@ -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.
|
@ -7,6 +7,7 @@ Orchestration
|
|||||||
orchestration/orchestration_api.rst
|
orchestration/orchestration_api.rst
|
||||||
orchestration/orchestration_clients.rst
|
orchestration/orchestration_clients.rst
|
||||||
orchestration/orchestration_rpc.rst
|
orchestration/orchestration_rpc.rst
|
||||||
|
orchestration/logs.rst
|
||||||
tables/conf-changes/heat.rst
|
tables/conf-changes/heat.rst
|
||||||
|
|
||||||
|
|
||||||
|
19
doc/config-reference/source/orchestration/logs.rst
Normal file
19
doc/config-reference/source/orchestration/logs.rst
Normal file
@ -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
|
@ -6,6 +6,7 @@ Telemetry
|
|||||||
|
|
||||||
telemetry/telemetry_service_config_opts.rst
|
telemetry/telemetry_service_config_opts.rst
|
||||||
telemetry/alarming_service_config_opts.rst
|
telemetry/alarming_service_config_opts.rst
|
||||||
|
telemetry/logs.rst
|
||||||
telemetry/sample-configuration-files.rst
|
telemetry/sample-configuration-files.rst
|
||||||
tables/conf-changes/ceilometer.rst
|
tables/conf-changes/ceilometer.rst
|
||||||
|
|
||||||
|
29
doc/config-reference/source/telemetry/logs.rst
Normal file
29
doc/config-reference/source/telemetry/logs.rst
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user